且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用Template10时,特殊字符(如Ü,Ä,Ö)在运行时无法正确显示

更新时间:2023-02-01 17:24:44

如果您使用字符串资源(.resw文件),这些字符也将正确显示:

If you use string resources (.resw files), the characters will also appear correctly:

XAML:x:Uid ="..."

XAML: x:Uid="..."

C#:ResourceLoader.GetForViewIndependentUse().GetString("...");

C#: ResourceLoader.GetForViewIndependentUse().GetString("...");