Localizations
The localizations API of Multiple Select.
The localizations syntax:
$('#multiple').multipleSelect({
formatMessage: function () {
return 'Format message'
}
})
Example: The i18n
formatSelectAll
Parameter:
undefined
Default:
'[Select all]'
formatAllSelected
Parameter:
undefined
Default:
'All selected'
formatCountSelected
Parameter:
count, total
Default:
count + ' of ' + total + ' selected'
formatNoMatchesFound
Parameter:
undefined
Default:
'No matches found'