UI言語の変更
Qt Creator はいくつかの言語にローカライズされています。システム言語がサポートされている言語の1つである場合は、自動的に選択されます。
言語を変更するには
- 環境設定>Environment に進みます。
- Language で、言語を選択します。
- OK を選択します。
- Restart Now を選択してQt Creator を再起動し、変更を有効にします。
コマンドラインから言語を設定する
コマンドラインからQt Creator を起動したときに UI 言語を設定するには、次のように入力します:
qtcreator -language <locale>
小文字の2文字のISO 639言語コード(de、en、frなど)を使用します。
コマンドラインからQt Creator を実行する」も参照してください 。
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.