我正在尝试本地化我的一些硬编码字符串。我在Main.strings(阿拉伯语)文件中手动插入字符串,如下所示:
myworld
我在viewDidLoad()编码。
<label class="item item-input item-select">
Country
<select ng-options="country.name for country in countries" ng-model="country" ng-change="update(country)" >
<option value="" style="display:none" disabled selected>{{countryPlaceholder}}</option>
</select>
</label>
我运行了我的项目,但导航栏上显示了字符串“nav-title-hey”。
谁可以教我关于问题?
谢谢和问候。