The Big Picture

Part of an article on Building a Multilingual Web Service Using the ACS, by John Lowry (lowry@arsdigita.com)

ArsDigita : ArsDigita Systems Journal : One article


previous | next chapter
Most web sites are in only one language, usually English. But there are quite a few sites that have translated their content into multiple languages. For example, Adobe provides some articles in five languages including Japanese and Swedish. However, there is no dynamically-generated content that we can see on these pages. Dynamic content is critical for a successful web service -- we wrote a book that explains why. With pages that are generated by a script that runs for each request, you can allow users to submit their own content, serve personalized content and display data obtained from remote servers. A well-designed dynamic web site allows users to get the data they need and accomplish tasks in a quick and efficient way.

At this time (July 2000), there are very few examples of large-scale web sites that display multilingual content from dynamically-generated pages. One exception is Yahoo, which displays financial data in around 15 languages including German and Spanish. When we last checked, the multilingual support for dynamic content does not stretch much beyond displaying details of the currently logged-in user. For example, you cannot view your stock portfolio in more than one language. If as proficient a web site developer as Yahoo is not able to provide seamless support for multiple languages, it is clearly a considerable challenge.

What are the technical and organizational hurdles that have to be overcome?

All of this adds considerably to the cost of developing a multilingual web site, particularly in cases where a lot of structured data needs to be translated. In many cases, the initial set up costs of a multilingual site could easily approach that of two separate sites in different languages, though it is likely that there would be large savings in maintenance costs from having a single site.

More information


Jakob Nielsen's Alertbox on International Usability http://www.useit.com/alertbox/9608.html
The Internationalization of Linux http://turnbull.sk.tsukuba.ac.jp/Tools/I18N/LJ-I18N.html

asj-editors@arsdigita.com


Advertisements