Interface LocalizedProducer<T>

    • Method Detail

      • get

        T get​(Locale language)
        Get language specific Producer result
        Parameters:
        language - The resulting language
        Returns:
        Result in the specified language
      • getAvailableLocales

        Set<Locale> getAvailableLocales()
        Gets the Locales available to this Producer.
        Returns:
        the locales