BoldDesk®Customer service software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
I try translate this component, however I had problems with some points
I put the component at my application, but I cant translate this point when I click at the date selector.
Hi Thomaz Lima,
We have considered the reported issue “The placeholder localization text does not update correctly while focus the component” as a bug from our end and the fix for the issue will be included with our upcoming patch release on October 11th, 2023.
Now you can track the status of the reported issue through the feedback below,
Feedback Link: https://www.syncfusion.com/feedback/47217/the-placeholder-localization-text-does-not-update-correctly-while-focus-the
Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”
We apologize for any inconvenience you've experienced. Upon reviewing your concern, it appears that the issue is related to localization in the EJ2 mask support. Please note that this is not an issue at the component level, but rather involves incorporating the appropriate mask placeholder values at the sample level based on the culture being used.
To assist you further, we have prepared a sample for your reference. In this sample, we have included the necessary localization text for the German language. You can adapt and modify this code snippet based on your specific localization requirements. Here's the code snippet:
ngOnInit(): void { /*loads the localization text*/ L10n.load({ de: { datepicker: { placeholder: 'Wählen Sie ein Datum aus', today: 'heute', day: 'Tag', month: 'Monat', year: 'Jahr', }, }, }); } |
For your convenience, we've created a sample on StackBlitz that you can refer to and incorporate into your application. Please check the sample and make the necessary changes at your end:
https://stackblitz.com/edit/github-dflte6-jf9enw?file=src%2Fapp.component.ts
We hope this solution addresses your translation concerns. If you have any further questions or encounter any issues, please feel free to reach out. Thank you for your understanding.
Kokila Poovendran.