1
votes

I am confused to design the application in RTL as well as LTR

1: I have created two story board for Arabic and normal home for all languages except Arabic.

2: I have tried to change the app language in application but it will require restart the application so how can i restart ?? .

3: ios9 provide new feature but at time only one language we have to select from project->edit scheme-> language but I need two language support English as well as Arabic at one application which can be change dynamically.

Please give me your suggestions. Thanks.

1

1 Answers

0
votes

You can save the user language preference. Acc. to the language specified you can display the data in the specified language. You don't need to create separate storyboards for each languages. Just dynamically retrieve the language specified and display the data accordingly.