iphone - IOS 应用程序更改语言与自定义设置屏幕
<p><p>我开发了多语言、基于导航 Controller 的应用程序。应用程序的主菜单也有下面的设置屏幕。用户可以通过按下语言按钮更改为应用程序语言。当用户更改语言时,我想刷新主菜单屏幕并设置屏幕语言但我没有。 </p>
<p> <img src="/image/AAqo1.png" alt="settings screen"/> </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><pre><code>NSString *path = [ pathForResource:@"nl" ofType:@"lproj"];
NSBundle *bundle = ;
NSString *englishWord = @"translate";
NSString *translation = ;
NSLog(@"%@ = %@", englishWord, translation);
</code></pre>
<hr/>
<pre><code>// nl.lproj/Localizable.strings:
"translate" = "vertaal"
</code></pre></p>
<p style="font-size: 20px;">关于iphone - IOS 应用程序更改语言与自定义设置屏幕,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/11930228/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/11930228/
</a>
</p>
页:
[1]