Click to See Complete Forum and Search --> : INTERNATIONAL RESOURCE FILE


GIBBY
April 19th, 1999, 10:25 AM
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,

Nath
April 21st, 1999, 01:58 PM
Hi,

For Japanese fonts I think you must use UNICODE chararcters, did you set the flag _UNICODE for your compilation ??

Nath.