I would like to know how can I use my Localizable.strings file to translate my widget ?
I try this but it doesn't working:
_result.text = [NSString stringWithFormat:NSLocalizedString(@"Votre avion a besoin de: %@USG", nil), @((int)number)];