java.lang.Object
org.jhotdraw8.application.resources.LocaleUtil

public class LocaleUtil extends Object
LocaleUtil provides a setDefault()/getDefault() wrapper to java.util.Locale in order to overcome the security restriction preventing Applets from using their own locale.
Author:
Werner Randelshofer
  • Constructor Details

    • LocaleUtil

      public LocaleUtil()
      Creates a new instance.
  • Method Details

    • setDefault

      public static void setDefault(Locale newValue)
    • getDefault

      public static Locale getDefault()