Support multiple languages ​​support windows phone 7

I'm just wondering if we can use multiple language support in Windows 7, 7.5, anyway, to improve the user experience. For example, says that I can detect what language the user is using on the phone (this appears in the startup setting) to automatically change the language of my app. Or maybe a better way to provide the user with multi-language support?

0


source to share


2 answers


You can do this with resource files
http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff637520(v=vs.105).aspx



There is some value in allowing the user to choose the language themselves, in particular if you want to support a language not supported by the phone, i.e. Chinese on 7.0

+1


source


If you go to settings> keyboard and then add another language, it will give you options for when the keyboard appears, so the useless auto-fill is no longer useful when typing in another language.

I had a problem with everything I wrote in Spanish being auto-corrected. It is especially annoying when he splits your word by 2 as you have to repeat it.



When adding a second language, you will have an extra button at the bottom of your keyboard so you can switch between lanugages. It also changes dictionaries. I believe you can have as much as you like.

0


source







All Articles