French RadGridView Localization provider (RadGridLocalizationProvider)

Thread is closed for posting
5 posts, 1 answers
  1. 9C3AE30A-F842-4D48-B9FB-B76D8995124E
    9C3AE30A-F842-4D48-B9FB-B76D8995124E avatar
    15 posts
    Member since:
    Mar 2017

    Posted 11 Sep 2017 Link to this post

    Hello,

    Here is my RadGridLocalizationProvider class used to apply French culture to a RadGridView .

    To activate it in a form, use the following in the OnLoad method :

    RadGridLocalizationProvider.CurrentProvider = New FrenchRadGridViewLocalizationProvider()

  2. Answer
    C9F3D0E2-E9A1-4184-9D42-DF6715D046E4
    C9F3D0E2-E9A1-4184-9D42-DF6715D046E4 avatar
    2984 posts
    Member since:
    Nov 2022

    Posted 11 Sep 2017 Link to this post

    Hi Eva,

    Thank you for sharing you provider with the community. I have updated your Telerik points accordingly. 

    Regards,
    Dimitar
    Progress Telerik
    Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
  3. Gabriel Rondeau
    Gabriel Rondeau avatar
    6 posts
    Member since:
    Nov 2019

    Posted 20 Jan 2020 Link to this post

    Hi.

     

    First, I'd like to thank Eva for here sharing: it alllowed me to confirm something that bothered me for a while (which is being unable to translate some UI elements in the CustomFilter Dialog).

    Since Eva shared her VB class, I thought I'd share my C# class for those who may need it. You may, of course, modify it as much as you'd like.

    Instantiation is as follow. Enjoy!

    RadGridLocalizationProvider.CurrentProvider = new LocalFrancais();
  4. Gabriel Rondeau
    Gabriel Rondeau avatar
    6 posts
    Member since:
    Nov 2019

    Posted 20 Jan 2020 in reply to Gabriel Rondeau Link to this post

    I may also be nice to link this forum on the RadGridView Localization documentation for those who are beginning so that they don't have to do it all over again. :)
  5. 8A86607D-48A9-4D72-B9DD-AC0AC0E4E42C
    8A86607D-48A9-4D72-B9DD-AC0AC0E4E42C avatar
    512 posts
    Member since:
    Nov 2023

    Posted 22 Jan 2020 Link to this post

    Hello Gabriel,

    Thank you for sharing your RadGridLocalizationProvider class with the community. Your feedback regarding the documentation is greatly appreciated and we will consider it as a future improvement of the RadGridView localization section.

    As a reward, I have also updated your Telerik Points

    Regards,
    Nadya
    Progress Telerik

    Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.