简体   繁体   中英

How can I use Turkish characters in Android EditText?

In my text to speech (For Turkish) project, I have a EditText. User can enter Turkish chars (ı, ş, ç, ö), however editText converts them some other unknown chars. How can I prevent this?

Thanks

Check out this site. It explains all about the ability of implementing different languages in your app. It involves providing different string resources for each locale you want to support.

Click here

Locale locale = new Locale("tr");
Locale.setDefault(locale);

Bu gun mende hemin problemle rastlashdim,Chozumu ise budur butun text-ler String.xml faylinin ichinde yazilmalidir

I have started to use Android 2.3.3 and Turkish Language is supported. Problem solved

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