Tag Archives: globaldev

Programmatically changing UI language in Windows Phone

If you’ve done globally-focused development on Windows Phone, you already know that to change the display language, you have to do so in the Settings area of the phone, then reboot the emulator (or physical device) for the change to take effect. What a pain. Wouldn’t it be better to change the UI language on-demand?… Read More »

Multilingual App Toolkit – Give your app some global appeal

Sure, you’re a good dev and you know that you should be putting all your strings in a RESX file if for no other reason than to centralize them so you only have to update them in one place. And maybe you do get some translations to other languages (good for you!). But what if… Read More »