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.
有没有办法从 Avalonia 的 XAML 中引用与语言相关的资源,如文本、图形等?现在我的解决方案是提供一个带有 DataContext 的特殊 I18N 对象,然后通过索引器访问资源。有没有更好的办法?