Class ThreadLocaleImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Locale getLocale()
      Returns the thread's locale, which will be the JVM's default locale, until ThreadLocale.setLocale(Locale) is invoked.
      void setLocale​(java.util.Locale locale)
      Updates the locale for the current thread.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait