Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2008 Apr : Multilanguage application. Detecting Windows language.
| Subject: | Multilanguage application. Detecting Windows language. |
| Posted by: | "Roberto Nicchi" (softwa..@masterinformatica.net) |
| Date: | Thu, 3 Apr 2008 15:14:05 |
Not sure if this is the right group to post my question
I need to create a multilanguage application.
I want that the application detect automatically what language to use.
At the moment i use the function GetSystemDefaultLangID
If the LangID is 1040 i use italian text (i'm from Italy yes). If not i use
English text.
Is this the right way to do it ?
thank you
Roberto