1
Hy!按名稱獲取資源
我有我的/values/strings.xml:
<resources>
<string name="error418">Bad Request</string>
<string name="error404">Not Found</string>
......
</resources>
在/values-de/strings.xml
同現在我想通過字符串錯誤信息「error418 」。
我只找到context.getString(int ...)。
如何通過代碼獲取錯誤消息?