如何将 GNU gettext 与 VB6 一起使用?
我一直在几个私人项目中使用 gettext,现在我想使用 gettext 来翻译 Visual Basic 6 应用程序的字符串。
我检查了 GNU gettext 包,似乎我必须编写一些样板代码才能使其与 VB6 一起工作,而且我担心我的老板不会允许这样做。
- VB6 有开箱即用的软件包吗? (像 dxgettext 这样的东西将是一个梦想!)
- 你做过类似的事情吗?
- 有可能吗?
- 我从哪说起呢?
I've been using gettext in several private projects and now I want to use gettext to translate strings of a Visual Basic 6 application.
I've checked the GNU gettext packages and it seems that I have to write quite some boilerplate code to get it working with VB6 and I fear that my boss won't allow it.
- Is there some out-of-the box package for VB6? (Something like dxgettext would be a dream!)
- Have you done something similar?
- Is it even possible?
- Where do I start?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 VB Language Manager Pro。
旨在精确执行您想要的操作 - 提取、翻译和编辑替换 VB6 应用程序中的所有字符串。
Whippleware 产品有效。
一个警告; Ben Whipple 可能不再积极营销这些产品,因为 VB6 不是主流。 获取该软件的副本可能需要一些耐心。
See VB Language Manager Pro.
Designed to do precisely what you want -- extract, translate, and replace all the strings in a VB6 app.
Whippleware products work.
A caveat; Ben Whipple is probably not actively marketing these products anymore, since VB6 is not mainstream. It may take some patience to get a copy of the software.