Reputation: 655
I'd like to localize my app Titles (on windows Phone 7.1), so I've followed this documentation which explains how to create the dll and mui files with Visual Studio Express :
I've downloaded the language-neutral resource project but unfortunately I get this error on build :
error RC1015: cannot open include file 'afxres.h'
It seems to be an issue with Visual Studio Express
As mentioned on a few forums, I tried to replace #include "afxres.h" with #include "windows.h" but this doesn't work. (error LNK1181: cannot open input file 'gdi32.lib')
Is there something I missed to make this project work ?
Is there any other way to localize my app titles ?
Thanks for your help !
Upvotes: 2
Views: 680
Reputation: 768
Upvotes: 0
Reputation: 16361
Use WP7App Res Lib Generator, it makes the hard work for you http://engine-designs.com/wp7-appreslib-dll-generator.html
Upvotes: 3