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