Hi,
I have an application created using VC++2005. The application is designed to support multiple different languages.
I have implemented the multilanguage support using .resx files. When i compile my application the '<applicn name>.resources.dll' for the various langages are created in my output folder. For example, as i am supporting German, in my relaease folder another folder is made with the name 'de' and the '<application name>.resources.dll' in it.
I have the following questions:
1. Is it possible to move the language folders to another sub-folder viz., 'Languages' in my release folder so that the path would be 'release\Languages\de\<application name>.resources.dll' ?
2. How can i do it?
Thanks,
rumDeep