I have
a laravel site, and everything is in English.
I need
to change the entire site to Chinese friendly.
I try
On top of my master view, I update <html lang="en">
to <html lang="zh">
Site, seemed to be the same.
I know
that we can leverage Laravel Localization and load the proper texts base on the region of the visitor. But if I chose to do it that way, meaning that I will have to create those files manually - I want to save this to my last resort, when I couldn't change the language automatically.
What should I start look into ?
How would one implement this kind of feature in there existing app ?
I'm opening to any suggestion on this.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire