Telerik Wpf 控制本地化

发布于 2024-12-01 13:00:21 字数 420 浏览 0 评论 0原文

我有一个 GridViewResource 来本地化 telerik wpf gridview 并使用以下代码在 app.xaml.cs 中设置

public App()
{
    LocalizationManager.Manager = new LocalizationManager() { 
    ResourceManager = SR.GridViewResource.ResourceManager };
}

此外,我还有一个 DataPagerResource 来本地化 wpf datapager< /code> 但我不知道如何在 app.xaml.cs 中设置这两个资源(GridViewResourceDataPagerResource

I have a GridViewResource that localize the telerik wpf gridview and set in the app.xaml.cs with the below code

public App()
{
    LocalizationManager.Manager = new LocalizationManager() { 
    ResourceManager = SR.GridViewResource.ResourceManager };
}

Also, I have DataPagerResource that localize wpf datapager but I don't know how to set this two resource in the app.xaml.cs (Both GridViewResource and DataPagerResource)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

天邊彩虹 2024-12-08 13:00:21

如果我了解您真正想要做什么,您应该创建并分配一个自定义本地化经理。

请参阅官方 Telerik 文档:

RadControls for WPF 的本地化

you should create and assign a custom localization manager, if I understand what you really want to do.

please refer to the official Telerik Documentation:

Localization of RadControls for WPF

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文