Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No plus or minus button in Xcode localization settings

I need to translate an iOS-Application within two days, but my XCode versions (4.4 and 4.5 Developer Preview) both don't give me the option to add another language. I only get the option to click "Make localized.." but I can only choose english and after choosing it, there are no plus and minus buttons in the utility inspector in Xcode - with no file or project i tried.

Am I missing something here?

Edit: This is how it looks like:

enter image description here

like image 259
CGee Avatar asked Jul 21 '12 22:07

CGee


People also ask

How do I localize XCode?

Open Info tab, and click “+” button under Localizations section. Then choose a language you want to support from the dropdown list shown. XCode opens a dialog showing resources to be added for the new language.

How do I move a button in XCode?

if you select the label and button (select them both by command + clicking them) in your storyboard then press the button that looks like a tie figher ( it looks like this: |-O-| ) at the bottom right there should be an option to clear the constraints. then you can move them around where you want them to be.

How do you identify a button in Swift?

cause first is you have to click from the 3 button after clicking from the 3 button then you will click idenfifywhichpressed button and this button will identify or print which button from the 3 was pressed. During setup, mark the button tag as 1,2,3... When your click action done, check the sender.


1 Answers

It moved to the starting in Xcode 4.4 .

enter image description here

like image 180
Carina Avatar answered Sep 21 '22 09:09

Carina