Page 1 of 1

[edit] on Customizing language strings

Posted: Thu Feb 25, 2016 10:20 am
by chrisbt
Admin custom language string file & location has changed
was: <admin dir>/custom/lang/en_US/admin.inc.php
now: <admin dir>/custom/lang/en_US.php

I presumed this changed with v2+?

Currently:

Code: Select all

ADMIN

The method described above can also be used for Admin languagestrings, but the only difference is a different directory and file name.

Create a directory named admin/custom/lang/en_US/ (en_US can also be another language)
The language filename is: admin.inc.php
Suggested:

Code: Select all

ADMIN

The method described above can also be used for Admin language strings, but the only difference is a different directory.

- Create a directory named admin/custom/lang
- Next, create a file entitled en_US.php in that directory, and place in it the PHP file header and footer and just the lang strings you want to override.