I'm trying to localize an array for different languages.
The array that I want localize looks like:
var watch = ["This watch is blue", "this watch is red", "this watch is white "]
I have already the string localizable and I'm using the method NSLocalizedString but I don't know how I can localize the array with all different description.
Thank you for the help
NSLocalizedStringfor your array instead of an array of vanilla strings.