Does vc++ support german,french,spanish etc languages
-
hi all, I have a dialog box application.It has "username" and "password" as labels in english.Can it be possible to display these labels in french,german and other foreign languages.
-
hi all, I have a dialog box application.It has "username" and "password" as labels in english.Can it be possible to display these labels in french,german and other foreign languages.
What do you want to know exactly ? If the program can auto-translate these words for you ? Then no, this is of course not feasible (it is a compiler, not a translator). If you want to add multilanguage support to your app, you need to manage that yourself (load the strings from a specific resource depending of the language for example).
Cédric Moonen Software developer
Charting control -
What do you want to know exactly ? If the program can auto-translate these words for you ? Then no, this is of course not feasible (it is a compiler, not a translator). If you want to add multilanguage support to your app, you need to manage that yourself (load the strings from a specific resource depending of the language for example).
Cédric Moonen Software developer
Charting controlI have one more doubt.In the"project settings" "Resources" language option is present.What is that used for.
-
hi all, I have a dialog box application.It has "username" and "password" as labels in english.Can it be possible to display these labels in french,german and other foreign languages.
This is not done automatically. You have several options to do that: design a dialog for each language you need, xml with the messages/labels, external software that manage the strings, table strings, ... Marc Soleda ... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits
-
hi all, I have a dialog box application.It has "username" and "password" as labels in english.Can it be possible to display these labels in french,german and other foreign languages.