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

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 08:19 AM UTC

   
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 05:43 PM UTC

Thank´s


KK Karthigeyan Krishnamurthi Syncfusion Team March 6, 2017 04:16 AM UTC

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