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

Owner translate

Hi,

I have translated all words in my application to schedule control.  But where i find the word: Owner in apppointment window ?




3 Replies

KK Karthigeyan Krishnamurthi Syncfusion Team March 3, 2017 03:19 AM

   
Thank you for contacting Syncfusion support.   
   
Locale word Owner in create appointent window can be customized at sample level as shown in the below highlighted code example.  
 
<Code> 
.Resources(res => 
                 { 
                     res.Field("OwnerId").Title("Owner").Name("Owners").AllowMultiple(true) 
                     .ResourceSettings(flds => flds.Datasource((IEnumerable)ViewBag.Owners).Text("text").Id("id").Color("color")).Add(); 
                 }) 
</Code> 
 
Please let us know if you need further assistance. 
 
Regards, 
Karthigeyan 



MF Marcelo Fernandes March 3, 2017 12:43 PM

Thank´s


KK Karthigeyan Krishnamurthi Syncfusion Team March 5, 2017 11:16 PM

Hi Marcelo,   
 
Thanks for your update. 
 
Please let us know if you need further assistance. 
 
Regards, 
Karthigeyan 


Loader.
Live Chat Icon For mobile
Up arrow icon