See: Description
| Class | Description | 
|---|---|
| ApplicationDefault | The  ApplicationDefaultclass is the default locale
 source class that represents the default locale and attributes used
 in the application. | 
| DBLocaleSource | The  DBLocaleSourceclass is the predefined database locale
 source that accesses a user profile table including user locale preferences. | 
| HttpAcceptLanguage | The  HttpAcceptLanguageclass is a locale source class that
 carries the language preference of the web client. | 
| LocaleSource | The  LocaleSourceclass is the abstract base class for locale
 source objects. | 
| LocaleSource.Alignment | The  LocaleSource.Alignmentclass represents the alignment of
 text elements. | 
| LocaleSource.Parameter | The  LocaleSource.Parameterclass represents locale and
 attribute variable names. | 
| LocaleSource.WritingDirection | The  LocaleSource.WritingDirectionclass represents the writing
 direction of the locale. | 
| UserInput | The  UserInputclass calls therequest.getParameter(LocaleSource.Parameter)method to retrieve
 the user input. |