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
40
WebdateChooser not totally localized
posted

I am using  Infragistics2.WebUI.WebDateChooser.v6.1, Version=6.1.20061.1038.

I have set the Culture info using

this.WebDateChooser1.CalendarLayout.Culture = System.Threading.Thread.CurrentThread.CurrentCulture;

The Calendar appears localized (I tried "fr-FR") but the TODAY label is not localized.

How can i specify an resource file for French(fr-FR) .

I need to localize the entire web site and I am using a lot of  Infragistics2 controls . Is there a common method or is it control specific?