public class I18nTools extends Object
| Constructor and Description |
|---|
I18nTools() |
| Modifier and Type | Method and Description |
|---|---|
static String |
get(String i18nStr)
If the given string is a internationalized string return the value for the default language, else return the
input string
|
static String |
get(String i18nStr,
String lang)
If the given string is a internationalized string return the value for the given languange, else return the input
string
|
Copyright © 2013. All Rights Reserved.