我正在使用 JSON 本地化插件将一些字符串资源文件添加到我的 xamarin.android 项目中。在非布局文件(例如 searchable.xml 和 menu.xml 文件)中是否支持 MvxLang 属性?
例如,我想用 MvxLang 属性替换下面的 @string 引用:
<?xml version="1.0" encoding="utf-8" ?>
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:label="@string/ApplicationName"
android:hint="@string/SearchHint"
android:searchButtonText="@string/SearchHint">
</searchable>
谢谢马克