Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
addlocalizationdomain
ローカライゼーション機構に新規ドメインを追加.
呼び出し手順
msg=addlocalizationdomain(domain, path)
引数
- domain
文字列, メッセージドメインの名前
- path
ドメインファイルのパス
例
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")
参照
- gettext — カレントのロケールおよびドメインに翻訳したテキストを取得.
履歴
Version | Description |
5.5.0 | addlocalizationdomain 関数が追加されました. |
Report an issue | ||
<< Localization | Localization | dgettext >> |