Class TranslationTermsMessage
- java.lang.Object
- 
- com.inductiveautomation.perspective.gateway.messages.json.TranslationTermsMessage
 
- 
 public class TranslationTermsMessage extends java.lang.ObjectMessage sent to the perspective client containing information about the localization terms available for a locale.
- 
- 
Constructor SummaryConstructors Constructor Description TranslationTermsMessage(java.lang.String locale, java.util.Map<java.lang.String,java.lang.String> terms)
 
- 
- 
- 
Field Detail- 
PROTOCOLpublic static final transient java.lang.String PROTOCOL - See Also:
- Constant Field Values
 
 - 
localepublic final java.lang.String locale The IETF code for the locale (i.e. - not the Locale.toString() version, but rather the Locale.forLanguageTag() and toLanguageTag() versions.)
 - 
termspublic final java.util.Map<java.lang.String,java.lang.String> terms 
 
- 
 
-