|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILanguageMgr
This interface provides access to information about the locales that are supported and which locales (language packs) are installed for this deployment.
| Method Summary | |
|---|---|
java.util.Locale |
getEffectiveInstalledLocale(java.util.Locale locale)
Returns the installed locale that is the closest to the specified locale. |
java.util.List |
getInstalledLocales()
Returns the list of locales that are currently installed. |
java.util.List |
getSupportedLocales()
Returns the list of locales that are supported. |
| Method Detail |
|---|
java.util.List getSupportedLocales()
Returns the list of locales that are supported.
List containing Locale objects.ILanguageMgr.getInstalledLocales()
java.util.List getInstalledLocales()
throws SDKException
Returns the list of locales that are currently installed.
List containing Locale objects.
SDKException
java.util.Locale getEffectiveInstalledLocale(java.util.Locale locale)
throws SDKException
Returns the installed locale that is the closest to the specified locale.
locale - The desired locale
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||