Programmer's Guide > Interfaces > Application interface > getLocalizedMessage method
  
getLocalizedMessage method
Returns the localized version of the specified message from the default message catalog file.
getLocalizedMessage(message )
Parameters
Stringmessage
The message to localize.
Returns
String. The localized version of message. If the message is not found in the message file, returns message.