Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to detect system language settings?
Message
From
01/04/2011 08:54:41
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01505792
Message ID:
01505795
Views:
36
>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".
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform