如何从 silverlight 中的简称中获取文化的 LCID?
Silverlight 中的 CultureInfo 类不会公开 LCID 属性,这与 .NET 中的对应类不同。如何从文化的简称中获取其 LCID?例如,通过提供“en-US”作为输入来获取 1033 作为 LCID,而不维护我自己的字典?
The CultureInfo class in Silverlight does not expose LCID property unlike its .NET counterpart. How do I get the LCID for a culture from its short name? e.g. getting 1033 as LCID by giving "en-US" as input without maintaining a Dictionary of my own?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论