Interface ILocalizationViewModelEntry

    • Method Detail

      • getLocale

        Locale getLocale()
        The locale for which the localized messages are stored.
        Returns:
        The locale.
      • setLocale

        void setLocale​(Locale locale)
        Sets the locale for which the localized messages are stored.
        Parameters:
        locale - The locale.
      • getMessages

        Map<String,​String> getMessages()
        Gets the map with the localized messages, a mapping from the message key to the localized message.
        Returns:
        The map with the localized messages.
      • setMessages

        void setMessages​(Map<String,​String> localizations)
        Sets the map with the localized messages, a mapping from the message key to the localized message.
        Parameters:
        localizations - The map with the localized messages.