/** * Resolves localized <theme_name>.properties files in the classpath to allow for theme support. */ public @Bean ResourceBundleThemeSource themeSource () { return new ResourceBundleThemeSource (); }