Hi team
I need to get the list of all locale names available in kendo-angular-intl package programmatically. Is there any api or function exposed by kendo which gives us the same list.
https://unpkg.com/browse/@progress/kendo-angular-intl@1.7.1/locales/
I just need the name of the locales present in the above link.
This is required because i want to load the locale data on demand provided by unpkg api kendo. And that needs locale id as input parameter. Now the unpkg api exposed by kendo, takes sometimes bg-BG only first half and in some cases take full like en-CA locale id.
I need to write some logic on which basis i can check whether to split locale by '-' or not so that unpkg api gives me correct result.
Please help.