Include select2 language file
Hi Support,
How to include language file in Metronic 8 in select2? Thanks.
Replies (1)
Hi Peter,
To include the Select2 language file in your project, you can modify the gulp.config.js file. Locate the entry for Select2, and add the language file by specifying the path:
{$config.path.node_modules}/select2/i18n/<language-file>.js Replace <language-file> with the appropriate language file name you need.