Development tools : Global functions : String category : getI18NString
  
getI18NString
Description
Translates UDTT format NLS Key to native language string.
Usage
Client side: Y
Server side: N
Syntax
String getI18NString(NLS Key)
Argument
NLS Key
The Key format is "%packageName/key".
Return
Returns the string in native language.
Example
getI18NString("com.ibm.btt.nls.sample/key1")
Go up to
String category