Language settings problem

G

Guest

Hi all,

C++, .NET 2003.
I have created an application that I want to distribute in 4 languages.
This is static MFC with no DLLs, every language has its own build
configuration.
I have 4 String Tables, with adequate language settings.
Main market is Poland.
Funny thing is that polish version run on english version of Windows has
ENGLISH texts !
How can I prevent it ?
Why setting condition for string table DOES NOT WORK ?

I want to have 4 exe files, that has it's own language independently from OS
language.

Please give me some support with this.

Regards
 
P

Peter Huang [MSFT]

Hi Pawel,

For MUI issue on MFC, I think you may try to take a look at the sample
below.
Use a Resouce DLL to load different resource depends on different OSs.
Multiple language support for MFC applications with extension DLL
http://www.codeproject.com/cpp/MultiLangSupportMFCExtDLL.asp

Best regards,

Peter Huang

Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top