Scilab-Branch-6.1-GIT
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
カレントのロケールおよび指定したドメインに翻訳されたテキストを取得 (obsolete)
呼び出し手順
msg=dgettext(domain, myString)
引数
- domain
文字列, メッセージドメインの名前
- myString
文字列, 翻訳するメッセージ
説明
This function is obsolete and will be removed from Scilab 6.1.
Please use gettext(domain, string) instead. |
dgettext
は文字列 myString
を
指定したメッセージドメインdomain
の
カレントのロケールへの翻訳したものを取得します.
例
dgettext('scilab','Startup execution:')
履歴
バージョン | 記述 |
6.0.1 | dgettext() is declared obsolete, for removal from Scilab 6.1. |
Report an issue | ||
<< addlocalizationdomain | Localization | getdefaultlanguage >> |