Package org.web3d.util
Class I18nUtils
java.lang.Object
org.web3d.util.I18nUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Get the message corresponding to the message name.static void
Print the message.static void
setApplication
(String appName, String[] resourceFiles) Set the manager to use the given application's set of localization settings.
-
Field Details
-
EXT_MSG
- See Also:
-
CRIT_MSG
- See Also:
-
-
Constructor Details
-
I18nUtils
public I18nUtils()
-
-
Method Details
-
setApplication
Set the manager to use the given application's set of localization settings.- Parameters:
appName
- A name string describing the end user applicationresourceFiles
- If not null, use this as the resource bundle base name to be fetched, rather than the default file name
-
printMsg
-
getMsg
-