Bali Share 1.1.18

oracle.bali.share.nls
Class LocaleMapper

java.lang.Object
  |
  +--oracle.bali.share.nls.LocaleMapper
Direct Known Subclasses:
oracle.bali.share.nls.AvailableLocaleMapper

public abstract class LocaleMapper
extends java.lang.Object

Class mapping one Locale to another. The most common use of this class is mapping Locales used for internationalization to the appropriate Locale to use for translation. This enables a product running in, say the Thai Locale for internationalization to display its translations in another Locale, say US English.


Field Summary
static LocaleMapper IAS_DESIGNERS_MAPPER
          LocaleMapper, mapping input Locales to the Locales supported by the IAS Designers and Administration programs for translation.
 
Constructor Summary
LocaleMapper()
           
 
Method Summary
abstract  java.util.Locale mapLocale(java.util.Locale inLocale)
          Maps the inLocale to a new Locale.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IAS_DESIGNERS_MAPPER

public static final LocaleMapper IAS_DESIGNERS_MAPPER
LocaleMapper, mapping input Locales to the Locales supported by the IAS Designers and Administration programs for translation.
Constructor Detail

LocaleMapper

public LocaleMapper()
Method Detail

mapLocale

public abstract java.util.Locale mapLocale(java.util.Locale inLocale)
Maps the inLocale to a new Locale.

Bali Share 1.1.18