Localize-Swift icon indicating copy to clipboard operation
Localize-Swift copied to clipboard

multi Viwe control

Open J-Arji opened this issue 8 years ago • 3 comments

hi i have multi view control and storyboard . How do I change all together؟

J-Arji avatar Jan 24 '17 08:01 J-Arji

Assign your localized strings, colors, etc. only in code. You'll make thus your life by a whole lot easier.

nestserau avatar Jan 28 '17 10:01 nestserau

Well that's a lot of work in a big project. You can copy your storyboard and rename it to the language you want and then translate the labels and buttons and so on, then when you change the language you can present the storyboard of the specific language. Also you need to reset the rootViewController.

saeedHjzd avatar Oct 16 '17 09:10 saeedHjzd

thank you

J-Arji avatar Oct 19 '17 22:10 J-Arji