window.onload = function() {
var ln = window.navigator.language||navigator.browserLanguage;
if(ln == 'pt'){
window.location.href = 'https://sus.ce.gov.br/elmo';
}else if(ln == 'pt-br'){
window.location.href = 'https://sus.ce.gov.br/elmo';
}else{
window.location.href = 'https://sus.ce.gov.br/elmo/english';
}
}