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
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.