Scilab 5.3.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
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
Authors
- Sylvestre Ledru
<< Localization | Localization | getdefaultlanguage >> |