user1451819
user1451819

Reputation: 69

How can i get current culture with vb script?

I need to get the current culture (The currently selected language of the system) using vb script.

We set the language of OS using "Region and Language" settings in control panel. I need to get the selected language using VB script.

Kindly reply. Thanking you in advance.

Upvotes: 0

Views: 1763

Answers (1)

panda-34
panda-34

Reputation: 4209

Try using GetLocale() function. It returns LCID.

Upvotes: 2

Related Questions