How to get system language in Access 2010 vba

wim1981

Registered User.
Local time
Today, 07:45
Joined
May 20, 2015
Messages
40
I want to know how i can retrieve the Windows System language in vba in Access 2010?
 
Application.LanguageSettings.LanguageID(msoLanguageIDUI)

i have tried the above link, and covert it to x64 bit declaration, my access hangs.
 
Last edited:
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

Back
Top Bottom