Select2 : Is it possible to use default translation and noResult key? -


here select2 working fine :

$('.select2-customers-search').select2({ language: { noresults: formatnocustomer } })

here default translation : $.fn.select2.defaults.set('language', 'fr');

when remove noresults select2, translation works fine, when add translation not work anymore.

is there chance use both ?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -