4

I have and existing project which is using Base localisation.which have the file Localizable.strings(Base)

Like below screenshot

enter image description here

I need to give support of Base localisation for my another existing project

for that i have checked the project setting for "Use base internationalisation" but base is not in the list And it should be create Base.lproj folder in my project but it is also not there.

enter image description here

enter image description here

So for the solution I have created Base.lproj folder manually and add a string file with Localizable.strings(Base) name but not getting in list.

----UPDATED------

For the solution i got that i need choose(select) Localizable.strings and check Base there like:

enter image description here

But i am not getting the base option in the list:

enter image description here

2 Answers 2

2

This is an alternative way.

enter image description here

When you add the localization file you can set path where the file is created. Change the path to Base.lproj then it would be localization file for Base.

Sign up to request clarification or add additional context in comments.

Comments

1

Make sure you check the Base localization in for the viewcontroller. You can do this by tapping:

  • Click on the viewcontroller

enter image description here

  • Click on the File Inspector

enter image description here

  • Check Base Localization

enter image description here

Also make sure this is checked. (I guess you have) enter image description here

8 Comments

Also make sure this is checked. (I guess you have)? I have check "Use base internationalisation" But Base is not there.
@guru So you did my first steps aswell? And still not there?
I can not see the options i have xCode 10
I can see option only in storyboard
@guru please check you selected project instead of Target
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.