I can set the language for every single element through
@property(nonatomic, retain) NSString *accessibilityLanguage
and I remember that somewhere I came across a mention about a way to set the language for ALL elements at once. I think it was not a category on NSObject but an API that Apple provided. Can'T find it anymore.
Is there an API or was it really just the NSObject category?