PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

How to change the language? (Ninja )

fabio-anesio

Mar 1st, 2018 11:55 PM

How do I change the language of the website?

iambuxer

Mar 2nd, 2018 04:01 AM

Hi.

Go to the folder "Application" then "Config" then open the file "app.php" and in the line 80 you will see 'locale' => 'en',

Just change "en" for the language you want.

The supported languages are:

al
ar
de
en
es
fr
it
pt
pt_br
ro
ru
tr
uk
zh_CN
fabio-anesio

Mar 2nd, 2018 10:28 AM

thank you