Localization
Switch locale
Section titled “Switch locale”val := v.New(v.Options{LocaleCode: "es"}). Is(v.String(" ", "nombre").Not().Blank())Add/override a key
Section titled “Add/override a key”val := v.New(v.Options{ Locale: &v.Locale{ v.ErrorKeyNotBlank: "{{title}} should not be blank", },}).Is(v.String(" ", "name").Not().Blank())