I am creating an app which uses 2 languages Arabic and English. I have managed to change the layout to RTL for Arabic and normal for English. Also I have added the Localizable.strings file for Arabic and English.
The app picks up English and normal layout shows when English is selected and picks up Arabic and RTL layout is shown when the app is started the first time or on every restart.
It does not pick up Arabic or English Localizable.strings file on runtime. Is there a way to do this.
Try following code...it might help you to come out from your problem.
Step 1
Step 2
Example
Step 3
Usage
"lbl_name"="name";
Thank you!!!
You can change the current bundle you read from
In Action
see demo here local