Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: pgnatyukPosted on 2009-11-05 at 07:53:35ID: 25750772
You know that you can change the text in your windows dynamically? SetWindowText, for example.
So the text you use can be just in an external file in any format you wish. I prefer this way - just keep different languages in different Unicode files: English.ini, Spanis.ini, etc.
Microsoft proposes an own way:
http://support.microsoft.c om/kb/1985 36
How To Create Localized Resource DLLs for MFC Application: http://support.microsoft.c om/?kbid=1 98846
How to: Localize an Application: http://msdn.microsoft.com/ en-us/libr ary/ms7466 21.aspx