Class I18nMessages


  • public final class I18nMessages
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Locale DEFAULT_LOCALE  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String get​(java.lang.String property)  
      static java.util.Locale getCurrentLocale()  
      static void setCurrentLocale​(java.util.Locale currentLocale)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_LOCALE

        public static final java.util.Locale DEFAULT_LOCALE
    • Method Detail

      • getCurrentLocale

        public static java.util.Locale getCurrentLocale()
      • setCurrentLocale

        public static void setCurrentLocale​(java.util.Locale currentLocale)
      • get

        public static java.lang.String get​(java.lang.String property)