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

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 07:22 AM UTC

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

Thank´s !


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