Interface LocaleProvider

  • All Known Implementing Classes:
    DefaultLocaleProvider

    public interface LocaleProvider
    Provides the serialized XML representation for a locale
    Author:
    Michel Kraemer
    • Method Detail

      • retrieveLocale

        java.lang.String retrieveLocale​(java.lang.String lang)
        Retrieves the serialized XML representation for a given locale
        Parameters:
        lang - the locale identifier (e.g. "en" or "en-GB")
        Returns:
        the serializes XML of the given locale or null if there is no such locale