Hi guys
I am creating multilangual software. Is there a way to get the app dialog screen in other languages?
I need the french one...
Or is there a way to translate the texts on the form?
Kind regards
Davy
Hello Davy,
You can customize the resources in the appointment dialog window. Here are some links to our help topics and a code example.
WinSchedule Resource Strings
Customizing Assembly Resource Strings
Infragistics.Shared.ResourceCustomizer rc = Infragistics.Win.UltraWinSchedule.Resources.Customizer; rc.SetCustomizedString("LDR_AppointmentDialog_Subject", "Sujet");
The first parameter in SetCustomizedString is the name from the first column of the first link, and the second parameter is the translation you provide.
Let me know if you have any questions.
Elizabeth AlbertLocalization Engineer