Currently, the kendo.culture() method accepts only a string argument which is used for mapping an included culture file.
However, it would be beneficial if additional arguments could be passed to the method as well which may override some of the culture file's existing options. For example:
kendo.culture("bg-BG", {
numberFormat: {...},
calendars: {...}
})
Hello,
Generally, you can create a custom culture file that would override an existing one where you can specify the parameters you wish. You can follow the structure from this article. For specific options, you can also try the following approach to modify an option before calling the kendo.culture() method to change the culture. Here's a small example for reference.
Given the above information, I will be declining the feature request for now.
Regards,
Martin
Progress Telerik