PDA

View Full Version : How to get the OS language


ChristianH
12-10-2008, 09:33 AM
Hi,

how can I get the OS language. I do not mean the values I can retrieve using System.GetDefaultLangID that delivers me a table with the values for the localized settings (Start / Control panel / Regional and language options).
I do not need these ones.

I need the information if the OS is e.g. an english or an german version.

Thank you

Christian

reteset
12-10-2008, 10:21 AM
maybe WinApi (http://www.amsplugins.com/details.asp?ID=17&CID=1) actions plugin may help you
find WinApi.GetLocaleInfo(); in actions
this action gets 110 infos regarding OS
also Example_23.apz explains usage of this action
thanks.

ChristianH
12-11-2008, 07:34 AM
Thank you for the information.
It seems to work fine. :D

Christian