Package com.atlassian.crowd.util
Interface I18nHelperConfiguration
- All Known Implementing Classes:
I18nHelperConfigurationImpl
public interface I18nHelperConfiguration
Configuration for the i18n helper. It includes locale and location for the i18n bundles.
-
Method Summary
-
Method Details
-
getLocale
Locale getLocale()- Returns:
- locale for internationalisation.
-
getBundleLocations
- Returns:
- internationalisation bundle locations.
-