--
You received this message because you are subscribed to the Google Groups "select2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to select2+u...@googlegroups.com.
To post to this group, send email to sel...@googlegroups.com.
Visit this group at http://groups.google.com/group/select2.
For more options, visit https://groups.google.com/d/optout.
Reading different issues i didn't realise how and when it needed to set correct setting(s)... =\
This is a common point of confusion with Select2 language configuration. In most cases, the issue isn’t a bug but how the language file is loaded—Select2 expects the language file to be properly included or bundled as an AMD module, not just referenced by a path string. Usually, loading the es.js file explicitly before initializing Select2 and then using { language: 'es' } resolves the problem. Discussions like this are helpful for others running into similar setup issues and are often shared in developer communities such as https://nyweeklyinfo.co.uk/