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 Details

    • getLocale

      Locale getLocale()
      Returns:
      locale for internationalisation.
    • getBundleLocations

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