Multilingual Support Problem
-
Hi Friends, Currently i am provinding German Langauge support to my application. I have edited the .rc file and developed a resource only dll from it. I almost finished doing it. The problem i am facing is,whenever i wanna save a file or Open a file.The default CFileDialog that is getting opened is English.But I want a German dialog (CFileDialog) to be opened. Can anyone help me out fixing this problem. Thanks in Advance. Appu.. "If you judge people, you have no time to love them."
-
Hi Friends, Currently i am provinding German Langauge support to my application. I have edited the .rc file and developed a resource only dll from it. I almost finished doing it. The problem i am facing is,whenever i wanna save a file or Open a file.The default CFileDialog that is getting opened is English.But I want a German dialog (CFileDialog) to be opened. Can anyone help me out fixing this problem. Thanks in Advance. Appu.. "If you judge people, you have no time to love them."
In most cases you don't have to worry about it - just like text buttons in Message boxes, this dialog depends on windows version. And users of your German version will use German windows, so they will see it in German. Still you can change the texts, but not with rc file - by using custom template extension for FileOpen dialog, and then directly iterating and translating controls on main dialog. Igor Green http://www.grigsoft.com/ - files and folders comparison tools
-
In most cases you don't have to worry about it - just like text buttons in Message boxes, this dialog depends on windows version. And users of your German version will use German windows, so they will see it in German. Still you can change the texts, but not with rc file - by using custom template extension for FileOpen dialog, and then directly iterating and translating controls on main dialog. Igor Green http://www.grigsoft.com/ - files and folders comparison tools
Thanks for u r reply Green. Can i mail u, incase if i get some other problem related to Multilingual Support. Thanks for the help. Appu.. "If you judge people, you have no time to love them."
-
Thanks for u r reply Green. Can i mail u, incase if i get some other problem related to Multilingual Support. Thanks for the help. Appu.. "If you judge people, you have no time to love them."
Sure, but do not expect too much :) support[]grigsoft.com Igor Green http://www.grigsoft.com/ - files and folders comparison tools