simtools.ui
Class CustomizedLocale
java.lang.Object
simtools.ui.CustomizedLocale
public class CustomizedLocale
- extends java.lang.Object
This class returns a Locale according to the following user options
-Dlanguage=en,fr,de,.. the language ISO identification
-Dlanguage.country=US,FR,.. the country ISO identification
-Dlanguage.variant=?? an additional information
If language option is not defined then the default Locale is returned
- Version:
- 1.0 1999
- Author:
- Claude Cazenave
Method Summary |
static java.util.Locale |
get()
Returns the customized Locale |
static void |
set(java.util.Locale l)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomizedLocale
public CustomizedLocale()
set
public static void set(java.util.Locale l)
get
public static java.util.Locale get()
- Returns the customized Locale