English 中文(简体)
What Is a Good Introduction and Tutorial on Internationalization and Localization? [closed]
原标题:

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 8 years ago.

My company uses an internally developed package to support internationalization/localization. However, it was developed some twenty years ago, and the libraries are restricted to one product line. I m interested in where the state of the art stands. Is Unicode the base character set for all international efforts today? Do people still use gettext() and family? If using C++, should I be concentrating on the locale support in that language?

I ve looked at the Wikipedia entry on Internationalization and Localization, which includes links to other sites and related topics. But there s a lot out there, and what I d like is a source, especially a book, which serves as a good introduction to the topic on Linux/Unix in the current software scene. If the implementation uses C++, that s fine.

For example, years and years ago I read a book called Understanding Japanese Information Processing, by Ken Lunde, and much later, his revised book, CJKV Information Processing. Both were interesting, but of course focussed on Asian languages. Is there a book on the current art that is (spoken/written) language agnostic?

最佳回答

This article seems quite interesting and provides you with some interesting bibliography in the end.

Also, you may want to take a look at the ICU Project s website.

问题回答

暂无回答




相关问题
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?

热门标签