How to get system language in Access 2010 vba (1 Viewer)

wim1981

Registered User.
Local time
Today, 08:38
Joined
May 20, 2015
Messages
40
I want to know how i can retrieve the Windows System language in vba in Access 2010?
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 15:38
Joined
May 7, 2009
Messages
19,169
Application.LanguageSettings.LanguageID(msoLanguageIDUI)

i have tried the above link, and covert it to x64 bit declaration, my access hangs.
 
Last edited:

wim1981

Registered User.
Local time
Today, 08:38
Joined
May 20, 2015
Messages
40
Hi,

i've impelemented and tested the link from Trevor and it works fine :D.

Thanks for the tip
Wim
 

Users who are viewing this thread

Top Bottom