Multilingual Support: Use "String Tables" instead of creating a new set of Dialogs for each supported language
-
I am supporting French for my project (MFC). I have to use "String Tables" instead of creating a new set of Dialogs for each supported language. String Tables are to support multiple languages. Could you tell me more about this, please. Please send me an example Thanks a lot!
Papais
-
I am supporting French for my project (MFC). I have to use "String Tables" instead of creating a new set of Dialogs for each supported language. String Tables are to support multiple languages. Could you tell me more about this, please. Please send me an example Thanks a lot!
Papais
Start by reading: 1) Internationalization and Multiple Language Support[^] 2) Tips on internationalization of software[^] Another approach to 1 above would be to have string resource table only DLLs and manually loading strings from resource instead of recreating each dialog, menu, and etc. for each language. This would require more coding, but a non-programmer could be taught to edit the string tables. There is also a good book offered by Microsoft Press on the subject, version one of that book was in the VC6.0 MSDN help.
INTP "Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra
-
I am supporting French for my project (MFC). I have to use "String Tables" instead of creating a new set of Dialogs for each supported language. String Tables are to support multiple languages. Could you tell me more about this, please. Please send me an example Thanks a lot!
Papais
What version of Visual C++ are you using? If you are using VS 2003 or above, the IDE supports Unicode.
Let us not listen to those who think we ought to be angry with our enemies, and who believe this to be great and manly. Nothing is so praiseworthy, nothing so clearly shows a great and noble soul, as clemency and readiness to forgive. - Marcus Tullius Cicero
-
I am supporting French for my project (MFC). I have to use "String Tables" instead of creating a new set of Dialogs for each supported language. String Tables are to support multiple languages. Could you tell me more about this, please. Please send me an example Thanks a lot!
Papais