Have you ever looked at the Delphi example? It's the RichEdit demo in your Demos folder.
To translate a locale ID to a locale name, use:
GetLocaleInfo(Locale, LOCALE_SABBREVLANGNAME, LocaleName, SizeOf(LocaleName));
Since we ask for LOCALE_SABBREVLANGNAME you will get the abbreviation for this country.
Also look at http://msdn.microsoft.com/
Main Topics
Browse All Topics





by: VGRPosted on 2003-05-27 at 08:18:22ID: 8590922
ok, I already found "ENU" for American English
question stands for a complete list or reference. Thanks.