I have this menu:
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/choosemap"
android:title="اولین آیتم"/>
<item
android:id="@+id/choosespinner"
android:title="abc" />
</menu>
And this is output:
I want to have Persian title rtl and English title ltr (now both of them are ltr), how can I do this?