- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我正在尝试使用 NSLocalizedStringFromTable
但没有结果。我已经创建了 Profile.strings
文件,点击本地化,在项目设置中我添加了波兰语和英语,所以我的文件里面有 2 个"file",我用其他值输入了相同的字符串但是当我切换语言并重新启动应用程序,但仍使用一种本地化版本(波兰语)。
Xcode 中的 Profile.strings:
Profile.strings
Profile.strings (Polish)
Profile.strings (English)
波兰语:
"fullName.placeholder" = "Imie i nazwisko";
"emailAddress.placeholder" = "Adres email";
"phoneNumber.placeholder" = "Numer telefonu";
英语:
"fullName.placeholder" = "Full name";
"emailAddress.placeholder" = "Email address";
"phoneNumber.placeholder" = "Phone number";
为了获得值(value),我调用:
NSLocalizedStringFromTable(@"fullName.placeholder", @"Profile", @"");
每当我调用它时,我都会从 Profile.strings(波兰语)
我做错了什么?
最佳答案
尝试重置内容和设置模拟器它会工作(:
关于ios - NSLocalizedStringFromTable 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21610927/
我使用 txts 文件中的按钮文本创建 UIActionSheet。将 NSZombieEnabled、NSDebuEnabled 设置为 YES 并将 NSDallocateZombies 设置为
如果你有一个本地化的 iOS 应用程序,比如说,英语和法语,并且你将你的设备设置为德语,NSLocalizedString() 将回退到英语版本的 Localizable.strings,这很好。 如
我正在尝试使用 NSLocalizedStringFromTable 但没有结果。我已经创建了 Profile.strings 文件,点击本地化,在项目设置中我添加了波兰语和英语,所以我的文件里面有
我已经将 REActivityViewController 安装为 pod。这是 pod 中 Resources 文件夹的图片: 这是试图拉弦的其中一行: [_cancelButton set
我是一名优秀的程序员,十分优秀!