I have some label in the manifest file which has english text how can i have them in other languages also.for e.g.
<activity
android:name=".activity.MainMenuActivity"
android:label="Main Menu Options"
android:configChanges="locale"
>
</activity>
I want to covert the lable to persian text.how can i do it.please help.