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"));