Thread
:
How to know the windows language
View Single Post
#
3
Posted to microsoft.public.excel.programming
Alex St-Pierre
external usenet poster
Posts: 169
How to know the windows language
I would like to know if the OS is french or english, is there a way to know
that?
Thanks!
--
Alex St-Pierre
"Don Guillett" wrote:
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
Alex St-Pierre
View Public Profile
Find all posts by Alex St-Pierre