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
535
Translate reminder buttons
posted

Hi,

I'm using reminderDialog within CalendarInfo.CheckAppointmentReminders();

How can i have the ReminderDialog in FRENCH language.

I tried in the Main of Program.c   dosn't work.

System.Threading.Thread.CurrentThread.CurrentCulture = new CultureInfo("fr-FR");
System.Threading.Thread.CurrentThread.CurrentUICulture = new CultureInfo("fr-FR");

thx

Parents
No Data
Reply
  • 2575
    Verified Answer
    Offline posted

    Hello Michel,

    Infragistics controls do not come with French localization out of the box. Instead, you are given access to the resource strings used by the controls. See Customizing Assembly Resource Strings for information on how you can localize any Infragistics control as needed.

    Please let me know if I can further assist you.

Children
No Data