简体   繁体   中英

How to localize text of PhoneCallManager windows mobile 10

I have windows mobile 10 app that supports multiple languages. Everything works well until I try to show phone call UI using PhoneCallManager class.

Windows.ApplicationModel.Calls.PhoneCallManager.ShowPhoneCallUI(model.Phone, model.Name);

When I make this call, phone call UI is shown, but the text is always in English.

Does anyone know how to localize this text?

你不能,它会启动内置的电话用户界面,它始终以手机的语言显示。

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