Link to home
Start Free TrialLog in
Avatar of ulf_k
ulf_k

asked on

Multilanguage Applications in Visual Studio 6?

Hi all,
i know it's possible, but how can i add, for example russian resource files to my english os and compile the program having it in russian language afterwards?
I can compile, but what comes out is some weird characters even on russian systems.
I tried to change the codepage but with no effect.
Does somebody have some suggestions for me?
Thanks in advance!
Greerings, -ulf-
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

To support multiple languages (text) I think you need to supply the resources as one dll per language.  Then you select which dll is required based on the user choice and obtain the text from that dll that is to be displayed.
Avatar of ulf_k
ulf_k

ASKER

I don't wanto to dynamically choose the language.
I just wanted to know what to do, so that the characters are displayed correctly.

Greetings, -ulf-
Avatar of ulf_k

ASKER

I raised the point value, cause i'm really looking for a solution.

Greetings, -ulf-
ASKER CERTIFIED SOLUTION
Avatar of nabehs
nabehs

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ulf_k

ASKER

Sorry for being late!
I agree with the accept.
Greetings, -ulf-