Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Class
weblogic.i18n.Localizer

Packages that use Localizer
weblogic.i18ntools   

 

Uses of Localizer in weblogic.i18ntools

 

Methods in weblogic.i18ntools that return Localizer
 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.
 Localizer L10nLookup.getLocalizer(int id, Locale locale)
          Deprecated. use L10nLookup.getLocalizer(String,Locale)
 Localizer L10nLookup.getLocalizer(String id)
          Locate the basic Localizer class in the JVM's default locale for the String id.
 Localizer L10nLookup.getLocalizer(int id)
          Deprecated. use L10nLookup.getLocalizer(String)
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.

 


Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09