|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> services >> [ i18n overview ] | PREV NEXT | ||||||||
B
- bundle - Variable in class org.javahispano.canyamo.services.i18n.LanguageImpl
- Bundle containing language's data
G
- get(String) - Method in interface org.javahispano.canyamo.services.i18n.Language
- Gets the "translated" value of the given key
Same asgetValue - get(String) - Method in class org.javahispano.canyamo.services.i18n.LanguageImpl
- Gets the "translated" value of the given key
Same asgetValue - getLanguage(String) - Method in class org.javahispano.canyamo.services.i18n.I18nManager
- Retrieves the language for the given locale (land code)
- getLongDateFormat() - Method in interface org.javahispano.canyamo.services.i18n.Language
- Gets a long-date formatter for this language
which can be used to format dates according to the selected language
Example: 01-23-2002 - getLongDateFormat() - Method in class org.javahispano.canyamo.services.i18n.LanguageImpl
- Gets a long-date formatter for this language
which can be used to format dates according to the selected language
Example: 01-23-2002 - getName() - Method in class org.javahispano.canyamo.services.i18n.I18nManager
- Retrives manager's name
- getName() - Method in interface org.javahispano.canyamo.services.i18n.Language
- Gets langauge's name
- getName() - Method in class org.javahispano.canyamo.services.i18n.LanguageImpl
- Gets langauge's name, in this case "file name"_"locale"
- getShortDateFormat() - Method in interface org.javahispano.canyamo.services.i18n.Language
- Gets a short-date formatter for this language
which can be used to format dates according to the selected language
Example: 01-23-02 - getShortDateFormat() - Method in class org.javahispano.canyamo.services.i18n.LanguageImpl
- Gets a short-date formatter for this language
which can be used to format dates according to the selected language
Example: 01-23-02 - getValue(String) - Method in interface org.javahispano.canyamo.services.i18n.Language
- Gets the "translated" value of the given key
Same asget - getValue(String) - Method in class org.javahispano.canyamo.services.i18n.LanguageImpl
- Gets the "translated" value of the given key
Same asget
I
- I18nManager - class org.javahispano.canyamo.services.i18n.I18nManager.
- Manages internationalitation related stuff.
- I18nManager(String) - Constructor for class org.javahispano.canyamo.services.i18n.I18nManager
- Constructor for the I18nManager object
L
- Language - interface org.javahispano.canyamo.services.i18n.Language.
- This interface represents a Language which can be managed by I18nManager.
- LanguageImpl - class org.javahispano.canyamo.services.i18n.LanguageImpl.
- This class created a Language based on a .properties file and a ResourceBundle
- LanguageImpl(String, String) - Constructor for class org.javahispano.canyamo.services.i18n.LanguageImpl
- Constructor for the LanguageImpl object
- languages - Variable in class org.javahispano.canyamo.services.i18n.I18nManager
- HashMap with all languages
- long_date - Variable in class org.javahispano.canyamo.services.i18n.LanguageImpl
- A short-date formatter for this locale
N
- name - Variable in class org.javahispano.canyamo.services.i18n.I18nManager
- Name of this Manager.
- name - Variable in class org.javahispano.canyamo.services.i18n.LanguageImpl
- Language's name.
O
- org.javahispano.canyamo.services.i18n - package org.javahispano.canyamo.services.i18n
S
- short_date - Variable in class org.javahispano.canyamo.services.i18n.LanguageImpl
- A short-date formatter for this locale
B G I L N O S
|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> services >> [ i18n overview ] | PREV NEXT | ||||||||