Laravel Google Translate Example - ItSolutionStuff.com
Select Language:
get('locale') == 'en' ? 'selected' : '' }}>English
get('locale') == 'fr' ? 'selected' : '' }}>France
get('locale') == 'es' ? 'selected' : '' }}>Spanish
{{ GoogleTranslate::trans('Welcome to ItSolutionStuff.com', app()->getLocale()) }}
{{ GoogleTranslate::trans('Hello World', app()->getLocale()) }}