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.
C# Windows アプリケーションで言語バーの言語を動的に日本語に変更する方法。
スクリプトを使用して言語設定を呼び出す必要がありますか、それを行うための他のより良い方法はありますか
これは、CurrentInputLanguage を設定することで実現できます。
InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(new System.Globalization.CultureInfo("ja-JP"));