com.atlassian.crowd.util
Interface I18nHelperConfiguration


public interface I18nHelperConfiguration

Configuration for the i18n helper. It includes locale and location for the i18n bundles.


Method Summary
 List<String> getBundleLocations()
           
 Locale getLocale()
           
 

Method Detail

getLocale

Locale getLocale()
Returns:
locale for internationalisation.

getBundleLocations

List<String> getBundleLocations()
Returns:
internationalisation bundle locations.


Copyright © 2014 Atlassian. All Rights Reserved.