Skip to content

Instantly share code, notes, and snippets.

@naneri
Created March 19, 2015 11:19
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 naneri/7eef1ea0f85d969c877f to your computer and use it in GitHub Desktop.
Save naneri/7eef1ea0f85d969c877f to your computer and use it in GitHub Desktop.
app locale
<?php
// app/config/app.php
return array(
....
/*
|--------------------------------------------------------------------------
| Application Locale Configuration
|--------------------------------------------------------------------------
|
| The application locale determines the default locale that will be used
| by the translation service provider. You are free to set this value
| to any of the locales which will be supported by the application.
|
*/
'locale' => 'en',
'locales' => array(
'en', // English
'ru', // Russian
),
....
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment