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
410
UltraCalendarInfo DisplayAppointmentDialog language
posted

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

Parents
No Data
Reply
  • 8607
    Verified Answer
    Offline posted

    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 Albert
    Localization Engineer 

Children
No Data