/** * @copyFrom http://Finn-Rasmussen.com/myphp-1.11/myphp-1.11-js/html/javascript/LanguageCode.js.php * Copyrigt notice: You may copy the source code as is as long as you keep the copy right notice intact * * @package javascript * @author http://Finn-Rasmussen.com * @copyright http://Finn-Rasmussen.com * @version 1.11 * @since 27-nov-2009 */ var LanguageCode = new function() { this.GERMAN = 'de'; this.DANISH = 'da'; this.ENGLISH = 'en'; this.NORWEGIAN = 'no'; this.SWEDISH = 'sv'; // TODO, add more ... }