Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to detect system language settings?
Message
From
01/04/2011 09:41:54
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01505792
Message ID:
01505798
Views:
60
>sorry,
>
>=GetKeyboardLayoutName(@lcLayout)
>
>
>MartinaJ
>
>>>Hi Metin,
>>>
>>>
>>>DECLARE INTEGER GetKeyboardLayout IN WIN32API INTEGER
>>>DECLARE INTEGER GetKeyboardLayoutName IN WIN32API STRING @
>>>
>>>lcLayout=REPL(CHR(0),100)
>>>?TRANSFORM(GetKeyboardLayout(0),"@0")
>>>
>>>=GetKeyboardLayout(@lcLayout)
>>>?lcLayout
>>>
>>>*http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx
>>>
>>>
>>>MartinaJ
>>>
>>>
>>>>Hi All,
>>>>
>>>>I have to detect system language settings. Like english, turkish, azerbaycan ... I don't need which Windows language installed. I need to detect keyboard language.
>>
>>Hi Martina,
>>
>>It gets "data type mistmach error".

Thank you, it's works. Thank you that ms explanation link too... :)
Previous
Reply
Map
View

Click here to load this message in the networking platform