Interface I18nHelperConfiguration


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.