Declined
Last Updated: 23 Feb 2024 08:21 by ADMIN
license
Created on: 16 Feb 2024 09:47
Category: Kendo UI for jQuery
Type: Feature Request
1
Add additional arguments to kendo.culture() method

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: {...}
})

1 comment
ADMIN
Martin
Posted on: 23 Feb 2024 08:21

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

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources