loudenvier / kendo-global

Language packs for Telerik's Kendo UI (open source and commercial version)
87 stars 65 forks source link

Customize calendar #63

Open jessycrix opened 8 years ago

jessycrix commented 8 years ago

Hi, i am currently using kendo calendar control in my application i wanted to use multilanguage for numbers and date formats and all other options in en-US. What i see now if i use culture thr calendar is also using de-DE for example. Is there any way to over rode this by $extend ??

Say for ex: if culture is german the calendar month is Juni, i wanted to show is as June..is there a way?? Thanks a lot for your help.

loudenvier commented 8 years ago

You could possibly write your own localization file, and use a proprietary location name. In this file you are free to localize each part as you wish. It should allow the maximum customization possible. Is that what you want?