Laravel 5.7 verify email localization

与世无争的帅哥 提交于 2019-12-11 18:38:27

问题


Laravel provides an ability to use different language by using app.config + lang folder. However, I don't see any reference in the docs on how to translate base email.

I've enabled email verification, however email is sent using English what confuses my users. How do I translate it?


回答1:


So as described in https://laravel.com/docs/5.7/localization#defining-translation-strings, simply add a json file to lang folder, named with the desired language, using the strings that you want translate as keys of json object:



来源:https://stackoverflow.com/questions/52557143/laravel-5-7-verify-email-localization

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!