English 中文(简体)
C++ l10n, i18n Solutions with GNU 获得文字、校准
原标题:C++ l10n, i18n solution with GNU gettext, libunistring

I m 撰写一份C++申请,申请应属当地独立,因此我决定使用UTF-16作为本人在座的座右代表(申请应当作为尽可能独立的平台)。 为使应用信息本地化,希望使用全球需求评估数据库。 由于这个图书馆似乎使用。 GNU在内部对图书馆进行校准,也希望利用这一图书馆。

对I18n, l10n来说,这是否是一个好的解决办法? 我指的是,在我的C++班级中将有许多C代码(我没有发现一个C++校正图书馆)。

Stefan

PS:这是我的第一个大型C++申请。

最佳回答
问题回答

If it is a gui application written in c++, qt might be a good toolkit to do it in. It includes its own string class and its own internationalization support:

rel=“nofollow”>http://doc.trolltech.com/4.7/internationalization.html。

也可以自行使用核心的非吉恩课程(这些课程属于自己的QtCore名称空间,是QtGui名称空间,并汇编成与动态链接的图书馆)。





相关问题
How does gettext handle dynamic content?

In php (or maybe gettext in general), what does gettext do when it sees a variable to dynamic content? I have 2 cases in mind. 1) Let s say I have <?=$user1?> poked John <?=$user2?>. ...

Explain the Need for Mutexes in Locales, Please

Reading the question Why doesn’t C++ STL support atoi(const string& ) like functions?, I encountered a comment which warned that GCC (at least) has a bug that can slow down multi-threaded ...

How does Vistalizer work

How does Vistalizer manage to override the language limit in Windows Vista Home edition. Which api s does it use to allow installation of Multiple language packages.

Localized exceptions (within a Struts2 app)

I am developing a Struts 2 application with support for multiple languages. If one of the domain objects needs to throw an exception, how can it do so in such a way that the error message is no ...

Rails Globalize plugin help

Has anyone gotten the Globalize plugin to work Rails 2.3.2 or later? If so, could you direct me to some useful info?

热门标签