android supporting arabic in html tags? -
i want use arabic language inside html tags in android application,
html tags in strings.xml
file , works english language,
when added arabic version of strings.xml
file every thing ok html string becomes understandably language ??
tried add
<head> <meta http-equiv="content-type" ; content="text/html; charset=utf-8" ; /> </head>
but problem still. how can fix ??
yesss found it,
have load text way in activity
aboutus.loaddata(stringdata, "text/html; charset=utf-8", null);