add a new domain in localization mechanism.
msg=addlocalizationdomain(domain, path)
a string, the name of the messages domain
path to the domain files
setlanguage("fr_FR"); gettext("Startup execution:") _("Startup execution:") addlocalizationdomain("tbx", "SCI/modules/localization/tests/unit_tests/locale") gettext("tbx", "%s: something not in Scilab.\n") _("tbx", "%s: something not in Scilab.\n") | ![]() | ![]() |
Version | Description |
5.5.0 | addlocalizationdomain function added. |