Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到默认的 Windows 8 应用程序会在系统语言更改时更改其名称。我想问一下如何用我的应用程序实现这一点?我找不到在应用程序清单中指定它的方法,似乎它不允许多个显示名称。
谢谢你的帮助!
您可以从多语言资源文件中提取您的应用程序 DisplayName。
在 appxmanifest 中:
<DisplayName>ms-resource:AppTitle</DisplayName>
在您的 Resources.resw 中:
AppTitle MyAppTitle