Name
dgettext — get text translated into the current locale and a specific domain domain.
Calling Sequence
msg=dgettext(domain, myString)
Parameters
- domain
The name of the message domain
- string
the message to be translated
Description
dgettext
get the translation of a string to the current locale in a specified message domain.
Examples
dgettext('scilab','Startup execution:')