简体   繁体   中英

How to get list of all available keyboards on Windows Phone Mango (in C# code)?

How to get list of all available keyboards on Windows Phone Mango (in C# code)? Or how to programmatically set custom keyboard for typing? For example I want set the keyboard to Russian language for typing in my translator app to translate it into English

You can't change the keyboard language in code. That's up to the user. But with Mango, the user can have multiple keyboards, and switch with a single button press.

You should simply assume that the user will do this.

在这里您可以找到所有可用InputScopes的列表 - > http://www.kunal-chowdhury.com/2011/07/windows-phone-7-mango-tutorial-26-what.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM