Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This class provides a method that allows working with the localization data.

getMessage


This method gets a translation of the message specified and returns it in the user's language.


Parameter(s):

NameTypeMandatoryDefault Value
messageStringYN
categoryStringN'app'


Return:

TypeDescription
StringReturns a message in the user's language.


Example:

Code Block
languagejs
themeEclipse
titlegetMessage
sm = new SimpleMessage();
ss.info(sm.getMessage('Information'));