Class LocaleInfo


  • @OpenApiAll
    public final class LocaleInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LocaleInfo​(java.util.Locale locale, java.lang.String language)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLanguage()  
      java.util.Locale getLocale()  
      • Methods inherited from class java.lang.Object

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

      • LocaleInfo

        public LocaleInfo​(java.util.Locale locale,
                          java.lang.String language)
    • Method Detail

      • getLocale

        public java.util.Locale getLocale()
      • getLanguage

        public java.lang.String getLanguage()