Multi language php script

前端 未结 4 1723
死守一世寂寞
死守一世寂寞 2021-02-01 11:52

How to create multi language main menu in html/php script now i have

  • {t t=\"Let
  • 4条回答
    •  情话喂你
      2021-02-01 12:17

      If your language file is really long, you could break it up by page by adding this above the language include:

      // for login page
      $textpart = 'login';
      

      and have the language page split up the array thusly

      
      

    提交回复
    热议问题