Originally posted by **toshi-ue** November 21, 2022
I found a similar question below.
[Why I am getting all errors as "is not valid" ? · Discussion #3999 · logaretm/vee-validate](https://github.com/logaretm/vee-validate/discussions/3999)
I use "vue": "^2.5.17" and "vee-validate": "^3.4.14", but it didn't work. so let me ask you a question.
I tried to make myapp localization and set it according to documentation.
[Localization | VeeValidate](https://vee-validate.logaretm.com/v3/guide/localization.html#using-the-default-i18n)
But the message always says `is not valid`.
Please tell me the solution.
The code is below.
```js
Discussed in https://github.com/logaretm/vee-validate/discussions/4007
You didn't install the language. It is in the second and first examples.
@logaretm Thank you !! now it works as expected !!