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.
I am working on a VB6 application. I need to get the regional settings options like
Is there any API available for this?
Thanks.
You can use GetLocaleInfo for this.
I found this example to be useful.