I am writing a Delphi program which will use Hindi. I use Soluling which produce .RC files with constant LANG_HINDI.
But it is not recognized as a valid constant.
I try to search all source files including Windows.pas, but cannot find its definition. Also with Visual Studio source codes, there is also no such a constant.
Where is LANG_HINDI defined?
The Soluling supports told me the contants come from the Windows Kit header files, like below:
So I need to import these constants to Delphi manually.