DevExpress v24 最新汉化资源包及自定义汉化方法
本帖最后由 zzccszzc 于 2024-12-9 19:05 编辑汉化包亲测可用,方法与23版一样,放置DevExpress 24.x\Components\Bin\Framework下可自动汉化(解压后改名,zh-CN,zh-Hans)
自定义汉化代码如下:
**** 本内容需购买 ****}private static void DiagramControlLocalizer_QueryLocalizedString(object sender, XtraLocalizer.QueryLocalizedStringEventArgs e){ if (e.StringIDType == typeof(DiagramControlStringId)) { if ((DiagramControlStringId)e.StringID == DiagramControlStringId.DiagramCommand_QuickPrint) e.Value = "快速打印"; if ((DiagramControlStringId)e.StringID == DiagramControlStringId.DiagramCommand_SetPageParameters_PageSize_Header) e.Value = "页面设置"; } } private static void DiagramControlLocalizer_QueryLocalizedString(object sender, XtraLocalizer.QueryLocalizedStringEventArgs e) { if (e.StringIDType == typeof(DiagramControlStringId)) { if ((DiagramControlStringId)e.StringID == DiagramControlStringId.PrintPreview_BestFit) e.Value = "适应页面"; ... } }
什么是自定义汉化? 自定义汉化可以全局应用吗? 这个汉化好用吗?覆盖的全吗? 学习看看 感谢分享!!!! 尊嘟假的?
汉化资源,留着备用 汉化资源,留着备用 Gooooooooooooooooooooooooooooood{:2_26:} 老大可怜下,为何不打包咯,呜呜呜
汉化资源,留着备用
汉化资源,留着备用 非常感谢大佬分享汉化资源 谢谢 下载来试试 谢谢 下载来试试 汉化资源,留着备用 谢谢楼主, 下载来试试 如何得到贡献? 贡献值没有,如何得到啊 谢谢楼主, 下载来试试
汉化资源,留着备用
页:
[1]