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

Jquery validation messagens in other language

Hi friends,

I'm having trouble putting validation messages, using schedule, in Portuguese. 

I have already downloaded the jquery.validation en-BR message file, but I do not  sure how to reference that file.

Can you help me ?

Thank´s

3 Replies

KK Karthigeyan Krishnamurthi Syncfusion Team March 3, 2017 02:22 AM

   
Thank you for contacting Syncfusion support.   
   
By default, there is no culture support for validation messages but the content can be customized as shown below. Kindly use your required culture message for the respective fields.   
 
<Code> 
.Subject(subject => subject.Field("Subject").ValidationRules(v => v.AddRule("required", true).AddRule("messages", new Dictionary<string, object>() { { "required", "Specify your culture message." } }))) 
</Code> 
 
Regards, 
Karthigeyan 



MF Marcelo Fernandes March 3, 2017 12:43 PM

Thank´s !


KK Karthigeyan Krishnamurthi Syncfusion Team March 5, 2017 11:17 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