localization problem
-
hi, i have a multibyte application which i m making multilingual.the resource file is unicode.when i load the resources from string table of dll it shows ???? characters instead of japanese strings.wat may be the prblm?
-
hi, i have a multibyte application which i m making multilingual.the resource file is unicode.when i load the resources from string table of dll it shows ???? characters instead of japanese strings.wat may be the prblm?
The application and its used font should be Unicode-ready :)
virtual void BeHappy() = 0;
-
The application and its used font should be Unicode-ready :)
virtual void BeHappy() = 0;
no its necessary to keep the application multibyte.but resource file is unicode.can anyone give some solution?
-
hi, i have a multibyte application which i m making multilingual.the resource file is unicode.when i load the resources from string table of dll it shows ???? characters instead of japanese strings.wat may be the prblm?
Member 590310 wrote:
wat may be the prblm?
The answer:
Member 590310 wrote:
multibyte application ... the resource file is unicode.
Either make the application unicode ( my recommendation), make the resources multibyte, or code the program to transform the unicode resources to multibyte before using them. Also, if you are going to be using multibyte, check that you are using the correct code page for your situation.
Please do not read this signature.
-
hi, i have a multibyte application which i m making multilingual.the resource file is unicode.when i load the resources from string table of dll it shows ???? characters instead of japanese strings.wat may be the prblm?
assuming that you converted your code to unicode, try using "ms gothic" font for dialog boxes which are using Japanese strings HTH