在UAP中,涉及到中英文版本切换,在string目录下面添加资源str

读取的时候

new Windows.ApplicationModel.Resources.ResourceLoader().GetString(str);

既读取相应的中英文

04-20 12:58