Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
Xcode supports localisation of storyboard, which is described in this iOS documentation
This answer may also be helpful.
There are various tools and methods to localise. I’d advise you to take some time to read about. As it’s an old and important subject, there’s a ton of information.
You can create an extension of the
UIKit
component andlocalized
text inside theawakeFromNib
Here is demo
For
UILabel
For
UIButton
For
UITextField