usamamuneer's avatar

Multi Language in Laravel

What is the best way to add multi lingual support in Laravel? Currently I'm utilizing simple lang files and made changes in my views based on the request type. It working fine for now. But what will be the more convenient way to achieve the same?

Thanks

0 likes
2 replies
usamamuneer's avatar

@nadj Thanks for your response. Right now I'm using static approach, and in my views, i'm using Request::is() and using lang() to set the language for the page.

Will give this package a try, and let you know if its works well for me. Thanks :)

Please or to participate in this conversation.