localization - iOS App supporting only Spanish -
- what trying develop ios app supporting spanish.
- what did project.xcodeproj file removed english & aded spanish
- in info.plist file though option "es" not there, added "es" "localization native development region"
- what see story board localisation string file got created
- when run project on simulator, see default words display in spanish button text, view title display in english
**
query:
- i not need other language support english spanish, on right track?
- as developing first time, going through https://developer.apple.com/internationalization/ main.string file need describe spanish words english words define in storyboard or controller me button, view title etc.
please note: know there several question, docs & on topic sue confusions, want make sure on right track before moving further due time constraint. thank you
**
- your steps translate application spanish language correct.
- in main.strings can translate labels defined in storyboard.
in addition, can create file localizable.strings translate words created code, , in code should write this:
self.yourlabel.text = nslocalizedstring(<#key#>, <#comment#>);