language

English Knowledge Quiz

Browser language

Sometimes you find yourself on a computer with a german operating system but you want your browser to find/request english websites or vice versa.

Ease the development of multilanguage webpages

In many SW projects it is necessary to implement a framework to handle multiple languages. The concepts are formulated in the i18n. http://www.w3.org/International/questions/qa-i18n.de.php

Multilanguage in JavaScript

The problem is to provide methods and necessary data for JavaScript to be able to translate Strings which are shown on the page into different languages. Considering the webdesigner shouldnt have too much work to implement it, the function should be easy to use.
Subscribe to language