Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hi Support,


I've set the below localization for my dropdown components, but the option "overflowCountTemplate" is not working. The text still shows as "+## more".


L10n.load({
  pt: {
    dropdowns: {
      noRecordsTemplate: 'Sem registros a exibir',
      actionFailureTemplate: 'A requisição falhou',
      overflowCountTemplate: '+${count} mais..',
      totalCountTemplate: '${count} marcados(as)'
    },
.....
I've even checked this question about the same issue but the stackblitz example mentioned in the solution has the same issue.


Can you please check and advise?


Best regards,

Marco.