I am making application in which user can choose two languages, English or Arabic.
This option is shown in a custom view. But when user chooses Arabic, the app should change to that language.
I know we can use localized strings and by editing device languages. But this is not I want. When the user chooses Arabic within the app the whole app should changed to Arabic.
Please help.