Link to home
Start Free TrialLog in
Avatar of dapple
dappleFlag for Japan

asked on

Windows Language Version

How can i tell the Language version of windows a user is using i.e UK english, USA english? I am using Delphi 1
Avatar of dapple
dapple
Flag of Japan image

ASKER

Adjusted points to 40
Avatar of Matvey
Matvey

These two sound right:

GetSystemDefaultLangID
GetUserDefaultLangID


Windows.LANGID
Avatar of dapple

ASKER

Is this D1 code? How do i obtain the LANGID
de
ASKER CERTIFIED SOLUTION
Avatar of lannyking
lannyking

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
GetSystemDefaultLangID and GetUserDefaultLangID are used also in win 3.1. If it's not implemented in D1, it's not hard to do so manually.
Avatar of dapple

ASKER

sorry i am new to Delphi could you give an example of its use, were is this function in the win API
Avatar of dapple

ASKER

thanx for your help
Dee