Reputation: 73
I am using mapbox SDK in android project, Arabic and Hebrew are both written from right-to-left (RTL) instead of the left-to-right (LTR). my problem is persian lables Are written from Left to right. like this :
As you see in screenshot the titles or rendered wrong in Persian Language. for example I marked 3 labels: بهارستان is wrongly rendered as ن ا ت س ر ا ه ب
بازار is wrongly rendered as ر ا ز ا ب
سنگلج is wrongly rendered as ج ل گ ن س
Upvotes: 0
Views: 141
Reputation: 73
my problem solved. i just update mapbox to latest version. thanks
compile('com.mapbox.mapboxsdk:mapbox-android-sdk:5.2.0-beta.3@aar')
Upvotes: 1