LANG
How can i change the default language of le-chat-php from english to others?
Hello @nextiongod , far at the bottom of the script is the settings section. define('LANG', 'en'); // Default language is currently the default, but you can change the language code to your preferred language to use that as default.
That's why i asked. stills on english, should i need to do something else?
it is configured on "Spanish" but stills on english on the webpage (completely vanilla le-chat)
This is working correctly for me. Note that there is a cookie set once the language is determined, so that it stays consistent. Also your browser may be set to automatically request English as the preferred language. Most browsers allow you to set the preferred language to use when visiting a website and set it to your system language by default. This is handled inside the load_lang function. If you want to disable this behavior, you could either remove the intl extension of PHP, or remove the code related to this.