RadCalendar not showing localized month names in picker

1 Answer 29 Views
Calendar
Charles
Top achievements
Rank 1
Iron
Iron
Iron
Charles asked on 03 Apr 2025, 12:18 AM | edited on 03 Apr 2025, 01:12 AM
<deleted>

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 04 Aug 2025, 11:22 AM

Hi Charles,

I cannot access information from deleted or private tickets. However, regarding your question about RadCalendar not showing localized month names in the picker, here are some general troubleshooting steps you can follow:

  • Check Culture Settings: Ensure that the Culture and UICulture properties are set correctly in your web.config or on the page. RadCalendar uses these settings to determine the language and formatting.
  • Localization Resource Files: Confirm that the appropriate resource files for the desired language are present in your project.
  • RadCalendar Properties: Verify that the RadCalendar's Culture property is set to the correct locale. For example:
    <telerik:RadCalendar ID="RadCalendar1" runat="server" Culture="fr-FR" />
    
  • Browser Language: Sometimes, the browser's language settings can influence the display, so ensure they match your expectations.

You can find more information in the documentation:

If you provide more details about your configuration or code, I can give more targeted advice.

 

    Regards,
    Rumen
    Progress Telerik

    Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources
    Tags
    Calendar
    Asked by
    Charles
    Top achievements
    Rank 1
    Iron
    Iron
    Iron
    Answers by
    Rumen
    Telerik team
    Share this question
    or