What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Android not able to recognize different language Fonts

phpdroid

New Member
Made an app to translate different words to different Language Using Yandex converter getting proper results on Browser
converting Kiss
RESULTS as JSON object is {"code":200,"lang":"en-hi","text":["चुम्बन"]} //proper
but while getting result on app RESULT {"code":200,"lang":"en-hi","text":["à¤à¥à¤®à¥à¤¬à¤¨"]}

JSONParser jParser = new JSONParser();
// get json string from url
JSONObject json = jParser.getJSONFromUrl(yourJsonStringUrl);
Is there any way i can get proper results?
Please Help
Regards
 
Back
Top