- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我现在正在创建一个 Android 应用程序,并尝试为我的母语添加语言文件。但在某种程度上这对我不起作用,尝试在两部不同的手机中加载应用程序,结果相同。之前创建语言文件效果不错,但这次没有。 (手机设置为瑞典语,语言文件适用于我创建的其他应用程序。)
在我的项目中我有
res
values
strings.xml
style.xml
values-se
strings.xml
[more not values folder]
目标语言是瑞典语 (se),但我无法找到它不适用于我的应用程序的方法。
values/strings.xml 文件
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">My Quick Notes</string>
<string name="delete_item">Delete this note?</string>
<string name="add_item">Add new note</string>
<string name="switch_note_mode">Switches notes mode</string>
<string name="text_about">About</string>
<string name="text_help">Help</string>
<string name="text_ok">Ok</string>
<string name="text_switch_mode">Switch Mode</string>
<string name="text_about_message" formatted="false">Created by Figaro\nA simple notepad app.\nCopyright © 2012\nfigaro@evigfilosofi.se</string>
<string name="text_help_message">A simple notepad app for make quick notes.\n
\nClick on the first note with the green plus chars for add a new note.\n
\nMy Quick Notes support mulit list mode as normal mode, bullet list and checkbox list.
\nThe checkbox mode can be use for create a check list and check off list. Click on the checkbox for toggle the checkbox.
</string>
</resources>
和values-se/strings.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">My Quick Notes</string>
<string name="delete_item">Radera anteckning</string>
<string name="add_item">Ny anteckning</string>
<string name="switch_note_mode">Växa anteckningsläge</string>
<string name="text_about">Om</string>
<string name="text_help">Hjälp</string>
<string name="text_ok">Ok</string>
<string name="text_switch_mode">Växla Läge</string>
<string name="text_about_message" formatted="false">Skapad av Figaro\nEn enkel antecknings app\nCopyright © 2012\nfigaro@evigfilosofi.se</string>
<string name="text_help_message" formatted="false">En enkel notepad för att snabbt göra anteckningar\n
\nKlicka på den första noten med grönt plustecken för att skapa en ny anteckning.\n
\nMy Quick Notes stöder flera list lägen så som normalt läge, punktlista och checkboxlista\n
\nCheckbox läge kan användas för att skapa checklistor som kan prickas av. Klicka på checkrutan för att ändra den.
</string>
</resources>
两个文件都是utf-8类型(notepad++说的),我也尝试用瑞典语文件和这项工作替换英文副本,而我所看到的,系统只选择了默认语言文件和自定义文件?
有人知道这对我不起作用吗?
最佳答案
关于Android,语言文件不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12501801/
今天有小伙伴给我留言问到,try{...}catch(){...}是什么意思?它用来干什么? 简单的说 他们是用来捕获异常的 下面我们通过一个例子来详细讲解下
我正在努力提高网站的可访问性,但我不知道如何在页脚中标记社交媒体链接列表。这些链接指向我在 facecook、twitter 等上的帐户。我不想用 role="navigation" 标记这些链接,因
说现在是 6 点,我有一个 Timer 并在 10 点安排了一个 TimerTask。之后,System DateTime 被其他服务(例如 ntp)调整为 9 点钟。我仍然希望我的 TimerTas
就目前而言,这个问题不适合我们的问答形式。我们希望答案得到事实、引用资料或专业知识的支持,但这个问题可能会引发辩论、争论、投票或扩展讨论。如果您觉得这个问题可以改进并可能重新打开,visit the
我就废话不多说了,大家还是直接看代码吧~ ? 1
Maven系列1 1.什么是Maven? Maven是一个项目管理工具,它包含了一个对象模型。一组标准集合,一个依赖管理系统。和用来运行定义在生命周期阶段中插件目标和逻辑。 核心功能 Mav
我是一名优秀的程序员,十分优秀!