|
-
April 21st, 1999, 04:58 AM
#1
Writing software for different languages/countries?
How can i switch the UI between different languages, for example german, english or french?
I think, the stringtable in VC isn´t the best way,
because i like to change every static text item in
the application. I don´t want compile the applications for different languages!!
Please excuse my bad englisch.
Christoph Matern
-
April 21st, 1999, 07:48 AM
#2
Re: Writing software for different languages/countries?
The string table is the way to go. Don't put any strings within your application.
There is an article within DevStudio help that explains how to create a 'resource only' DLL. By doing it this way, then you'd just need to rebuild this resource DLL for each of the languages.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|