Scilab 5.5.1
Please note that the recommended version of Scilab is 6.1.1. This page might be outdated.
See the recommended documentation of this function
dgettext
カレントのロケールおよび指定したドメインに翻訳されたテキストを取得
呼び出し手順
msg=dgettext(domain, myString)
引数
- domain
文字列, メッセージドメインの名前
- myString
文字列, 翻訳するメッセージ
説明
dgettext
は文字列 myString
を
指定したメッセージドメインdomain
の
カレントのロケールへの翻訳したものを取得します.
例
dgettext('scilab','Startup execution:')
Report an issue | ||
<< addlocalizationdomain | Localization | getdefaultlanguage >> |