java.lang.Object
com.tlcsdm.core.util.I18nUtils
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
BASENAME
资源包默认路径- 另请参阅:
-
-
构造器详细资料
-
I18nUtils
private I18nUtils()
-
-
方法详细资料
-
getBasename
Returns the base name of the resource bundle.- 返回:
- the base name for the resource bundle
-
get
gets the string with the given key from the resource bundle for the current locale and uses it as first argument to MessageFormat.format, passing in the optional args and returning the result.- 参数:
key- message keyargs- optional arguments for the message- 返回:
- localized formatted string
-