Package net.objecthunter.exp4j.utils
Class Text
java.lang.Object
net.objecthunter.exp4j.utils.Text
Small wrapper for
ResourceBundle
- Author:
- Federico Vera <[email protected]>
-
Method Summary
-
Method Details
-
l10n
Retrieves the localized version of the string.- Parameters:
key
- key to search- Returns:
- if the key is found it retrieves the value, in case of error it returns the key itself
-
l10n
Retrieves the localized and formatted version of the string.- Parameters:
key
- key to searchargs
- arguments used for formatting- Returns:
- if the key is found it retrieves the value, in case of error it returns the key itself
- See Also:
-