Class TranslationTermsMessage

java.lang.Object
com.inductiveautomation.perspective.gateway.messages.json.TranslationTermsMessage

public class TranslationTermsMessage extends Object
Message sent to the perspective client containing information about the localization terms available for a locale.
  • Field Details

    • PROTOCOL

      public static final transient String PROTOCOL
      See Also:
    • locale

      public final String locale
      The IETF code for the locale (i.e. - not the Locale.toString() version, but rather the Locale.forLanguageTag() and toLanguageTag() versions.)
    • terms

      public final Map<String,String> terms
  • Constructor Details