INTERNATIONAL RESOURCE FILE
Hello,
I have a resource file where the strings are in Japanese. I have added in the resource file the following line
"LANGUAGE LANG_JAPANESE, SUBLANG_SYS_DEFAULT"
before the begin keyword.
When I compile the program on a japanese machine and run the program on a japanese machine the fonts are incorrect for the strings.
Any aid on what I need to do to fix the font problem is greatly appreciated.
Thank You,
Re: INTERNATIONAL RESOURCE FILE
Hi,
For Japanese fonts I think you must use UNICODE chararcters, did you set the flag _UNICODE for your compilation ??
Nath.