How many languages the Wp7 Keyboard support and How to SetUp

后端 未结 1 1013
执念已碎
执念已碎 2021-01-28 16:05

I wish to create a translation app for Windows Phone 7. I am not sure how to go about it. Here the questions.

I like to know when I input text into a TextBox for transl

相关标签:
1条回答
  • 2021-01-28 16:29

    To answer your questions:

    1. Currently you cannot do this in code - system settings are outside the designated development sandbox. The user will be able to switch between keyboard layouts manually as long as those are present on the device.

    2. Depending on the region where the phone is sold, the keyboard layouts are preset specifically for the designated zones. So that would be a yes - the Text InputScope will be active for registered languages.

    3. Currently there is no way you can get a list of available keyboard layouts on your device.

    0 讨论(0)
提交回复
热议问题