Hi,
is it possible to set a locale for the app with no regard to the users language? My motivation is that I don't want the automatically translated labels of some buttons.
Sincerely, Heinrich
Hi,
is it possible to set a locale for the app with no regard to the users language? My motivation is that I don't want the automatically translated labels of some buttons.
Sincerely, Heinrich
Create the buttons with UIBarButton's
- (id)initWithTitle:(NSString *)title style:(UIBarButtonItemStyle)style target:(id)target action:(SEL)action
And define your own title / style to create your buttons.
If you don't want certain buttons to appear in the user's language, then do not translate the button into that language.