One possible approach that would allow you to modify the default formats and patterns of a specific locale would be to get the data of the locale using the localeData() method and adjust it according to the case-specific requirements:
To better illustrate the suggested approach, I am sending you a StackBlitz demo that demonstrates how to modify the default decimal and thousand separator of the en locale:
With that being said, I would ask you in the future to ask questions on the same topic either in a single Forum thread or in a single private support ticket. This allows our team to better track support history and provide a better support service in general.
Hi Dmitry,
Thank you very much for the details provided.
One possible approach that would allow you to modify the default formats and patterns of a specific locale would be to get the data of the locale using the localeData() method and adjust it according to the case-specific requirements:
https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/loading-data/#toc-modifying-the-locale-data
To better illustrate the suggested approach, I am sending you a StackBlitz demo that demonstrates how to modify the default decimal and thousand separator of the en locale:
https://stackblitz.com/edit/angular-dv4mzg
I hope this helps.
Regards,
Georgi
Progress Telerik
Hi Roman,
Thank you very much for the details provided.
I noticed that a similar question has been asked in the following Forum thread, and a member of our team has already provided a response there:
With that being said, I would ask you in the future to ask questions on the same topic either in a single Forum thread or in a single private support ticket. This allows our team to better track support history and provide a better support service in general.
Thank you very much for your understanding.
Regards,
Georgi
Progress Telerik