Hi All,
I tried following the tutorial https://www.telerik.com/kendo-vue-ui/components/wrappers-globalization/ to enable the internalization for my app. As we all know, the default language is en-US and I used kendo.culture("en-AU") to apply the new culture. After it is done, when debugging, the new feature did apply to the DatePicker like this: (which is dd/MM/yyyy as the Australia Date Format)
However, I found the new feature did not apply correctly to the Filter feature in Grid Widget, see the screenshot below: (which is still the US format)
In theory it can be applied correctly based on the tutorial. May I ask the reason for this? Much appreciated for the answer, thanks!