-1

My application is based on storyboard.

I want to localise it for several languages and customise it for iPad.

To simplify maintenance, It makes sense to avoid to have two storyboards for each language (one for iPhone and one for iPad).

So, I want to develop and maintain only two storyboards (one for iPhone and one for iPad) and to localize labels programmatically.

But...I do not succeed to localize (programmatically) labels for buttons in a tool bar (several pages have a tool bar bottom screen AND a navigation bar on top).

Google gives tons of indications on this topic but not working in my case : button labels in the tool bar do not change at all.

I am using ios6.

Thanks for your help.

4

1 回答 1

0

最后,除了以编程方式本地化 GUI 元素外,我没有找到其他解决方案。

所以,我只有两个故事板:一个用于 iPhone,另一个用于 iPad。

在采取这条路线之前,我探索了“使用基础国际化”选项,但没有成功。

于 2013-06-05T06:13:37.073 回答