i18n.js
* @author Hermann Mayer <hermann.mayer92@gmail.com>
this.iso639WithTags = require('./i18n/iso639-tags.json');
* Get a list of all ISO 639 language codes with their tags/regions.
I18nHelper.prototype.listLanguagesCodes = function()
* Checks if the given language code is valid/known.
* @param {String} code - Code to check
I18nHelper.prototype.checkLanguageCode = function(code)