Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
650
Internationalization in grid during group by?
posted

I decided to try changing the current UI culture of the application. The form is localizable, and I see my other version of my text show up when I run the following in the constructor of my form:

My.Application.ChangeUICulture("fr-FR")

 However, when I group things, it still says "SomeColumn: value (1 item)".  "item" is an english word - how do I get that to come up language specific? Are there resource files somewhere, is that a separate purchase?

Parents
  • 469350
    Offline posted

    This is controlled by the GroupByRowDescriptionMask property.  

    You can also change this text in the InitializeGroupByRow event by setting the Description property on the row.  

Reply Children
No Data