0
astorineland created
Hey,
We are doing our Client Validation with ValidationAttribut and Unobstrusive Validation.
Like this property:
[Required]
[MaxLength(AbpUserBase.MaxEmailAddressLength)]
public string EmailAddress { get; set; }
How can we Localize thoses validations ?
And just so you know. On the template, the Register page validations doesn't work when you download, update-database, play.
i always get <a class="postlink" href="http://imgur.com/a/JB5du">http://imgur.com/a/JB5du</a>
i don't know how your image is working but it was not working to put this url between the tags
thx in advance!