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.
我的文化为“en-GB”或“NL-nl”,但我想为其获取语言环境,我不能使用当前线程,它必须从文化转换为语言环境或 lcid。
不确定要在 Google 上寻找什么,因为没有相关内容。
你可以试试这个:
CultureInfo myCI = new CultureInfo("en-GB"); int lcid = myCI.LCID;
请参阅System.Globalization.CultureInfo
CultureInfo.GetCultureInfo("en-US").LCID