Reputation: 22975
I am working on a VB6 application. I need to get the regional settings options like
Is there any API available for this?
Thanks.
Upvotes: 4
Views: 3825
Reputation: 1431
You can use GetLocaleInfo for this.
I found this example to be useful.
Upvotes: 3