How to force language?
Author: handiworknycCreated Aug 11, 2024Updated Aug 13, 2024
I want to force the language to english.
i've included this array in the options but on my laptop that is set to spanish the date still appears using the spanish day.
how can i make the language ALWAYS be english, regardless of user settings?
i18n: {
previousMonth : 'Previous Month',
nextMonth : 'Next Month',
months : ['January','February','March','April','May','June','July','August','September','October','November','December'],
weekdays : ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'],
weekdaysShort : ['Sun','Mon','Tue','Wed','Thu','Fri','Sat']
},Source: Pikaday/Pikaday