bdhar
bdhar

Reputation: 22975

Getting Regional setting options from code

I am working on a VB6 application. I need to get the regional settings options like

  1. Location information
  2. Standards and formats
  3. Default input language
  4. Language for non-unicode language

Is there any API available for this?

Thanks.

Upvotes: 4

Views: 3825

Answers (1)

Eric Minkes
Eric Minkes

Reputation: 1431

You can use GetLocaleInfo for this.

I found this example to be useful.

Upvotes: 3

Related Questions