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

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -