I want to translate my Turkish strings to lowercase in both English and Turkish locale. I\'m doing this:
String myString=\"YAŞAT BAYRI\";
Locale trlocale= new Lo
Characters ş
and s
are different characters. Changing locale cannot help you to translate one to another. You have to create turkish-to-english characters table and do this yourself. I once did this for Vietnamic language that has a lot of such characters. You have to deal with 4 of 5, right? So, good luck!