BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi Aziz,
Thanks for using Syncfusion products.
We regret for the inconvenience caused as we are not able to reproduce the reported issue with the mentioned code and also we have tested with the below code and working fine to us. And also we would like to let you know that you may be missing the “App_GlobalResources” files with the sample. It is mandatory to specify the code to be executed while globalization settings takes place . Please find the below code that we have tested in the sample.
<code>
<globalization uiCulture="fr-FR" culture="fr-FR" />
<globalization uiCulture="auto" culture="auto" />
<code>
kindly let us know if helps and please get back with us some more details like screenshot or sample if you are still facing issues on this.
Regards,
<globalization uiCulture="auto" culture="auto" />
Isn't 'auto' enough for it to decide which one to pick?
Hi Aziz,
Thanks for the update,
We are regret for the inconvenience caused. We would like to let you know that the following for using culture change.
Query #1: Isn't 'auto' enough for it to decide which one to pick?
Yes, the auto is enough for it to decide which one need to pick.
<globalization uiCulture="auto" culture="auto" />
Query #2: When we need to specify the particular culture we can mention like the below.
Ex: French culture = <globalization uiCulture="fr-FR" culture="fr-FR" />
Please let us know if it helps and also please get back with us some more details like screenshots or sample if you are still facing issues on this.
Regards,
Velmurugan.
Hi Aziz,
Thanks for using Syncfusion products.
We would like to inform you that in order to localize the schedule control with your own required culture names, then those cultures should already been defined in the App_GlobalResources folder of your project. For example, if you need to localize the schedule control in the language “nl-NL”, then the regarding file for it should be present in the App_GlobalResources folder. So we suggest you to add the required resource file for the “nl-NL” culture in the App_GlobalResources folder of your project in order to overcome this issue.
Kindly try the above suggestion and let us know, if you need any further assistance on this.
Regards,
Sarath Kumar P K