How to convert a Chinese string to english for windows phone store apps[Javascript]

173 views Asked by At

i am creating a nfc functionality for app. When sending nfc message from android to windows phone 8.1, the message comes as chinese. How can i convert this into english. Is there any utf like methods for for windows phone 8.1 javascript.

1

There are 1 answers

2
WiredPrairie On

You'll need to look into third party services to do Chinese to English translation. There is nothing built in to the Operating System or runtime that can do that.

UTF is a character encoding only and had no relation to the actual content or meaning of encoded characters.