Hello, I have finished 90% of my project. Now I want to localize my projects.
So far, I found 2 ways to do so.
1 - Localize everything via my project's main.storyboard
But with that, I'm not sure how to reload a new feature, in case I change sth on the base storyboard.
2 - Localize programmatically aka ViewController.swift
I have to link every label and button and then localize. This is quite troublesome.
What is the standard way to localize an iOS app project?
1
0
1k