从代码获取区域设置选项
我正在开发 VB6 应用程序。我需要获取区域设置选项,例如
- 位置信息
- 标准和格式
- 默认输入
- 语言 非 unicode 语言的语言
有可用的 API 吗?
谢谢。
I am working on a VB6 application. I need to get the regional settings options like
- Location information
- Standards and formats
- Default input language
- Language for non-unicode language
Is there any API available for this?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,您可以使用 GetLocaleInfo。
我发现这个示例很有用。
You can use GetLocaleInfo for this.
I found this example to be useful.