I took a look in different post and articles, and of course the apple documentation, usually enough for localization purposes.
But, I'm a newbie using IB.
In order to localize the XIB files, I know you can create one version for each language ... but anybody knows if is posible to manage from the UIViewController.
I prefer to manage the localization using the .strings file against to create different XIB files for every new language.
Could we retrieve the UILabel from the XIB file in the UIViewController (viewDidLoad)?
Thanks for your time,
Ivan