Scilab-Branch-5.3-GIT
Please note that the recommended version of Scilab is 6.1.0. This page might be outdated.
See the recommended documentation of this function
dgettext
get text translated into the current locale and a specific domain domain.
Calling Sequence
msg=dgettext(domain, myString)
Arguments
- 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:')
See Also
- gettext — get text translated into the current locale and domain.
Authors
- Sylvestre Ledru
Comments
Add a comment:
Please login to comment this page.