如何在 Delphi 2006 的设计时本地化 Developer Express VCL 组件?
我只能在运行时使用 TcxLocalizer 将应用程序翻译为我的语言,但我也需要在设计时进行此操作。
有人有什么建议吗?
提前致谢
I can only translate my application to my language using TcxLocalizer at runtime, but I need this working also in design-time.
Does anyone has some suggestion?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
本地化 DevExpress 所需的所有常量均已实现/包含在 devexpress 的源代码中。我不记得文件名,但 DevExpress 源代码中包含一些包含所有值的单元。如果您翻译此常量并重建软件包,您将获得其他语言的此组件。
如果您在 Google 中搜索,您可以找到该组件的一些翻译。
问候。
PD:请原谅我的英语错误。
All constants necessary for localize DevExpress are implemented/included in source code of devexpress. I not remember the name of file, but included in source of DevExpress are some unit that containts all the values. If you translate this constants and rebuild the packages you obtain this components in other languages.
If you search in Google you can find some translations of this components.
Regards.
P.D: Excuse-me for mistakes with english.