I am getting a code & #2384; & #2344;& #2350; & #2307; & #2358;& #2367;& #2357;& #2366;& #2351;(ॐ नमः शिवाय) from web-server.
How to convert it into hindi , telugu , tamil , kanada and etc in android
I am getting a code & #2384; & #2344;& #2350; & #2307; & #2358;& #2367;& #2357;& #2366;& #2351;(ॐ नमः शिवाय) from web-server.
How to convert it into hindi , telugu , tamil , kanada and etc in android
Those are HTML entities. Use Html.fromHtml()
:
textView.setText(Html.fromHtml("& #2384; & #2344;..."));