We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Spanish translation

hi.

Is it possible to translate into Spanish, including the editor of appointment?

Thank you.

3 Replies

MG Mohanraj Gunasekaran Syncfusion Team September 21, 2016 10:23 AM UTC

Hi Antonio, 

Thanks for using Syncfusion products. 

In order to apply the localization for editor form, you can use the AppointmentForm.DisplayStrings for appointment form. Please refer the below code snippet and refer the attached sample, 

Code snippet 
//Localization for scheduleGrid 
this.scheduleControl1.Culture = new CultureInfo("es-ES"); 
ScheduleGrid.DisplayStrings[4] = "Doble clic para añadir todos los días del evento"; 
 
//Localization for Appointform. 
AppointmentForm.DisplayStrings[0] = "Tema"; 
AppointmentForm.DisplayStrings[1] = "Ubicación"; 
AppointmentForm.DisplayStrings[2] = "Mostrar el tiempo"; 
AppointmentForm.DisplayStrings[3] = "Recordatorio"; 
AppointmentForm.DisplayStrings[4] = "Evento"; 
AppointmentForm.DisplayStrings[5] = "Hora de inicio"; 
AppointmentForm.DisplayStrings[6] = "Hora de finalización"; 
AppointmentForm.DisplayStrings[7] = "Etiqueta"; 

Sample link: ScheduleGrid 
 
Please refer the below KB link, 
 
Regards, 
Mohanraj G. 



AN Antonio September 21, 2016 06:44 PM UTC

Hi Mohanraj.
Would have the Sample link: ScheduleGrid in vb.net

Thank you for your attention


MG Mohanraj Gunasekaran Syncfusion Team September 22, 2016 04:18 AM UTC

Hi Antonio, 

Thanks for your update. 

We have attached same sample in Vb.Net as per your requirement. Please refer the below attached sample, 

Sample link: ScheduleGrid  

Regards, 
Mohanraj G. 


Loader.
Live Chat Icon For mobile
Up arrow icon