localization - Android quantity strings - prevent Arabic numerals -
when following quantity string set textview:
<plurals name="distance_mile"> <item quantity="one">%d ميل</item> <item quantity="other">%d ميل</item> </plurals> it rendered arabic numbers, e.g. 100 looks ١٠٠. there way (other replacing characters in resulting string) force european numerals? (like adding special unicode symbol or that)
thanks!
Comments
Post a Comment