开发者

iPhone: UIBarButtonSystemItemSave and Localization

I'm using the UIBarButtonSystemItemSave to get a Save button in my iPhone app. My idea was that using these system items, I should get automatic localization for these buttons. But it still says "Save" in all languages. Isn't they automatically translated? Do I need to do it myself?

My Code:

UI开发者_如何学CBarButtonItem* saveItem = [[UIBarButtonItem alloc]  initWithBarButtonSystemItem:UIBarButtonSystemItemSave 
    target:self action:@selector(saveButtonClicked:)];
self.navigationItem.rightBarButtonItem = saveItem;
[saveItem release];


Strange... In my app it translates autoatically.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜