简体   繁体   English

Borland C ++本地化

[英]Borland C++ localization

I am currently using Codegear RAD Studio 2007. One of my company clients' decided that he would be interested in localized version of our software (to Russian - I don't know if it matters, that we won't be able to use standard windows code page). 我目前正在使用Codegear RAD Studio2007。我公司的一位客户决定,他将对我们软件的本地化版本感兴趣(俄语)-我不知道这是否重要,因为我们将无法使用标准软件。 Windows代码页)。 As a part of our software we are using RAVE to generate some reports. 作为我们软件的一部分,我们使用RAVE生成一些报告。

Is there any solution, that would work out-of-the-box? 有没有可以立即使用的解决方案? We are looking for a way that would make it as automatic as possible. 我们正在寻找一种使它尽可能自动的方法。 There is huge amount of code, and not much time ;) We have forged some ideas how to make it from scratch, but they seem very time-consuming. 有大量的代码,并且时间不多;)我们已经提出了一些从头开始制作代码的想法,但是它们似乎很耗时。

Personally, I have used QT for some time, but unfortunately switching to another framework is not an option. 就个人而言,我使用QT已经有一段时间了,但是不幸的是,切换到另一个框架不是一个选择。

我不确定您的详细信息,但是通常gettext库是进行国际化的正确方法,并且gettext borland c++谷歌搜索确实会产生一些结果。

FWIW,C ++ Builder 2009和更高版本具有用于本地化的内置工具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM