Thread
:
How to know the windows language
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
How to know the windows language
Sub os()
MsgBox Application.OperatingSystem
End Sub
--
Don Guillett
SalesAid Software
"Alex St-Pierre" wrote in message
...
Hi,
I'm wondering if there's a way to know what is the windows language
installed inside the computer where the macro is runned. I tried to find a
parameter inside GetLocaleInfo function but all seems to be related to
control panel settings. Any idea?
Thanks!
Alex
--
Alex St-Pierre
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett