We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Change the text ( + 3 more)

Hi Syncfusion Team,

i have a muliselect dropdown working, and i am using localization.

But i cant get the value to change the text : "+X More" when selected various.

can you point me to a list where i can find all those attributes?

I added a screenshot to be clear what i want to change.

Thank you in advance for your help.

Greets Miguel

Attachment: syncmoretext_2d5eee3f.zip

3 Replies

PO Prince Oliver Syncfusion Team January 4, 2019 07:31 AM UTC

Hi Miguel, 

Thank you for contacting Syncfusion support 

We suggest you localize the overflow text using the “overflowCountTemplate” option. Kindly refer to the following code snippet. 

<script type="text/javascript"> 
  ej.base.L10n.load({ 
    'fr-BE': { 
      'dropdowns': { 
        'overflowCountTemplate': "+ ${count} Más" 
      } 
    } 
  }); 
</script> 
 

We have attached sample for your reference. Please find the sample at the following location: https://stackblitz.com/edit/8u9yew-pnjghu   

Kindly refer to the following UG documentation for further reference: https://ej2.syncfusion.com/documentation/multi-select/localization/?no-cache=1  

Please let us know if you need any further assistance on this. 

Regards, 
Prince 



MV Miguel Varela Rodriguez January 10, 2019 09:33 AM UTC

Thank you :)


PO Prince Oliver Syncfusion Team January 10, 2019 10:20 AM UTC

Hi Miguel, 

Most welcome. We are glad that the issue is resolved in your end. 

Regards, 
Prince 


Loader.
Live Chat Icon For mobile
Up arrow icon