lcrm Saas
  • Introduction
  • Prerequisite
  • Installation
  • Frontend
  • Admin Interface
    • Settings
    • PayPlans
    • Organizations
    • Subscriptions
    • Contacts
    • Payments
    • Options
    • Support
    • Dashboard
  • User Interface
    • Calendar
  • Features
  • Paypal
  • Laravel Vat
  • Multi Language
  • Log Viewer
  • Blog
  • Email Configuration
  • Changelog
    • 1.0.1
    • 1.0.2
    • 1.0.3
    • 1.0.4
    • 1.0.5
    • 1.0.6
Powered by GitBook
On this page

Was this helpful?

Multi Language

PreviousLaravel VatNextLog Viewer

Last updated 5 years ago

Was this helpful?

We have added multi language feature by using gTranslator. Refer this (). You can choose/change the language from settings of ADMIN section as well as USER section.You can choose different language for ADMIN and USER.

Note: If you choose any language in user section then same language will be applicable for CUSTOMER and STAFF also.

Translate the Language:

If you want to add new language run "php artisan translate" in terminal then you can see

From which language ? [en]: en (type "en" then hit enter)

(mention the language code from which language you want to change )

After that you can see

To which language ? [en]:es

(mention the language code to which language you want to convert)

Add new language in settings:

If you want to get the new language in settings(language) you need to save the new language in "options" table. Create the new seeder like "database/seeds/LanguageSeeder.php" with your new language. Then run "php artisan db:seed --class=SeederName" then you can get the languages into setting whatever you want.

https://github.com/chaibialaa/gTranslator