Localization

Textstem supports localization using Laravel's translation files. 

Enable Locales

To enable additional language support, update the config/app.php to include a new available_locales key which will list the avilable languages:

'available_locales' => [
  'English' => 'en',
  'Greek' => 'el',
  'French' => 'fr',
],

Next, make sure you have the corresponding language files resources/lang. For example, to add support for Greek, you would add the resources/lang/el.json