Android 2.0/2.1 do not include a Hebrew font by default (except for 
localized roms in Israel of course), as far as i remember they only added 
the fonts on 2.2.
so if you wish to support the earlier versions, you'd have to supply your 
own font with the app and set each and every Textview to use it; my guess 
it will be easier to extend TextView to have that code, then replace all 
textviews in the app to use your custom view instead.

P.S - RTL support in Andriod 2.x is horrible, so you better get someone 
that can also read Hebrew to make sure the text is shown correctly (i.e the 
letters might show up, but in an incorrect order)

On Friday, November 30, 2012 7:06:46 AM UTC-5, Kunju Vava wrote:
>
> Dear all,
>
> In My app i need to show the herbew text in text view . it workimg in 
> android OS 4 text view but not in the OS 2 textview . is any solution for 
> solving this issue.please help....
>
> i have use the vweb view intead of text view but it shows gibberish text 
> in LG device please find any solution
> -- 
> -- 
> ωιтн яєgαя∂ѕ
> Ratheesh * *...........
>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to