What happened?
Use translations for Problems with alphaunicode tag.
There are no registered translations for it, thus nothing gets translated.
I looked at the code and noticed, that they are missing:
https://github.com/go-playground/validator/blob/master/translations/en/en.go (other languages are missing as well)
Version
github.com/go-playground/validator/v10 v10.28.0
Example Code
type Data struct{
Name string `validate:"required,max=15,alphaunicode"`
}