[edit] on Customizing language strings

For suggestions and questions regarding CMSMS Core documentation.

Moderator: DIGI3

Locked
User avatar
chrisbt
Dev Team Member
Dev Team Member
Posts: 179
Joined: Sun Sep 05, 2010 6:11 am
Location: Sheffield, UK

[edit] on Customizing language strings

Post 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.
Locked

Return to “[locked] Documentation”