CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    7

    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,




  2. #2
    Join Date
    Apr 1999
    Location
    Quebec, Canada
    Posts
    39

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured