/**
 * Load the page for the language edition
 * @param languageHttp
 */
function loadLanguage(selectBox) {
    window.location = selectBox.options[selectBox.selectedIndex].value;
}
