Package | Description |
---|---|
weblogic.i18ntools |
Provides interfaces for
weblogic.i18ntools . |
Modifier and Type | Method and Description |
---|---|
Localizer |
L10nLookup.getLocalizer(int id)
Deprecated.
|
Localizer |
L10nLookup.getLocalizer(int id,
Locale locale)
Deprecated.
|
static Localizer |
L10nLookup.getLocalizer(Locale locale,
String className)
Locate the basic Localizer class in the desired locale for the named Localizer class
|
static Localizer |
L10nLookup.getLocalizer(Locale locale,
String className,
ClassLoader classLoader)
Locate the basic localizer using the specified ClassLoader.
|
Localizer |
L10nLookup.getLocalizer(String id)
Locate the basic Localizer class in the JVM's default locale for the String id.
|
Localizer |
L10nLookup.getLocalizer(String id,
Locale locale)
Locate the basic Localizer class in the desired locale for the String id.
|
Localizer |
L10nLookup.getLocalizer(String msgId,
Locale locale,
boolean detailed)
Locate the Localizer class in the desired locale for the String id.
|