Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
adobe air programmatic 内からデフォルトのオペレーティング システム言語を変更し、英語を取得し続け、現在の言語が他の言語であり、air アプリケーションが読み込まれている場合のイベントを行います。
ありがとう///
アプリケーション クラスには、「ロケール」と呼ばれるスタイル プロパティがあります。
を使用してこれを変更できます
this.setStyle("locale", "de_DE");
実行時に変更します。または、コンパイラの設定を確認してください。デフォルトでは、Flash Builder はロケールを en_US に設定します。