Use Base Internationalization issue with multiple storyboard - Xcode 12.4 - Swift 5

Viewed 10

I am facing an issue while doing internationalization in Xcode 12.4 with multiple storyboards.

Example: I have 2 storyboards 1. Main.storyboard, 2. Settings.storyboard as shown below - enter image description here

Now when I am doing localization, I only get options for Main.storyboard and LaunchScreen.storyboard as below -

enter image description here

And after adding language, shows for localization file for Main.storyboard and LaunchScreen.storyboard, not for Settings.storyboard

enter image description here

Please help with how to add Settings.storyboard file for localization while adding language.

0 Answers
Related