| java.lang.Object de.fho.jump.pirol.utilities.i18n.I18NPlug
I18NPlug | final public class I18NPlug (Code) | | Class taken from the RasterImage-i18N PlugIn of Jan Ruzicka (jan.ruzicka@vsb.cz) and modified for PIROL.
|
jumpi18n | public static boolean jumpi18n(Code) | | |
get | public static String get(String pluginName, String label)(Code) | | Process text with the locale 'pluginName_.properties' file
Parameters: pluginName - (path + name) Parameters: label - i18n label |
getMessage | public static String getMessage(String pluginName, String label, Object[] objects)(Code) | | Process text with the locale 'pluginName_.properties' file
Parameters: pluginName - (path + name) Parameters: label - with argument insertion : {0} Parameters: objects - i18n label |
setPlugInRessource | public static void setPlugInRessource(String pluginName, String bundle)(Code) | | Set plugin I18N resource file
Tries to use locale set in command line (if set)
Parameters: pluginName - (path + name) Parameters: bundle - reference of the bundle file |
|
|