Skip to content

Instantly share code, notes, and snippets.

@ShanikaNishadhi
Created May 6, 2019 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShanikaNishadhi/660d6c469715226b6d73d0d24a09fe11 to your computer and use it in GitHub Desktop.
Save ShanikaNishadhi/660d6c469715226b6d73d0d24a09fe11 to your computer and use it in GitHub Desktop.
$lang = isset($_GET['lang']) ? $_GET['lang'] : 'en';
$translator->setLocale($lang);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment