Highcharts DateTime Localization
Just to complete a little bit this topic: All the options related with language are available here A full Portuguese example: var highchartsOptions = Highcharts.setOptions({ lang: { loading: ‘Aguarde…’, months: [‘Janeiro’, ‘Fevereiro’, ‘Março’, ‘Abril’, ‘Maio’, ‘Junho’, ‘Julho’, ‘Agosto’, ‘Setembro’, ‘Outubro’, ‘Novembro’, ‘Dezembro’], weekdays: [‘Domingo’, ‘Segunda’, ‘Terça’, ‘Quarta’, ‘Quinta’, ‘Sexta’, ‘Sábado’], shortMonths: [‘Jan’, ‘Feb’, ‘Mar’, ‘Abr’, … Read more