| java.lang.Object it.businesslogic.ireport.util.I18n
I18n | public class I18n (Code) | | author: ertano |
localPackageName | final public static String localPackageName(Code) | | |
getCurrentLocale | public static Locale getCurrentLocale()(Code) | | |
getCurrentLocaleID | public static String getCurrentLocaleID()(Code) | | ErtanO 16.03.2004: not working currently as MainFrame is not accessible therefore we overgive languageid to getString() *
|
getFormattedString | public static String getFormattedString(String cID, String defaultValue, Object[] args)(Code) | | Retreive a resource string using the current locale.
Parameters: cID - The resouce sting identifier The locale specific string |
getListOfAvailLanguages | public static java.util.List getListOfAvailLanguages()(Code) | | Get the list of supported translations.
Load the list of property files in the it/businesslogic/ireport/locale/
package.
|
getString | public static String getString(String cID)(Code) | | Retreive a resource string using the current locale.
Parameters: cID - The resouce sting identifier The locale specific string |
setCurrentLocale | public static void setCurrentLocale(String language)(Code) | | |
setCurrentLocale | public static void setCurrentLocale(String language, String country)(Code) | | |
setCurrentLocale | public static void setCurrentLocale(Locale locale)(Code) | | |
|
|