I am developing an app in Swift which supports two languages i.e. English and Norwegian. I have gone through the documentation of Apple and applied the concept of Localizable.string and Localizable files for storyboard.
Now, I have an issue where a client wants to have whole app in Norwegian irrespective of system language. I can achieve it by taking reference of each object in controller file and then assigning text based on localised string.
Could you please suggest more efficient way to handle this?