Internationalisation (LAN)
Introduction
Language files
File Types
Defining Language Terms
define("LAN_PLUGIN_MYPLUGIN_NAME", "Blank Plugin");
define("LAN_PLUGIN_MYPLUGIN_DIZ", "A Blank Plugin to help you get started in plugin development. More details can be added here.");
define("LAN_PLUGIN_MYPLUGIN_LINK", "Blank Link");Best practices
Avoid duplicating terms, particularly in the admin area.
Never use HTML or URLs inside LAN definitions.
Avoid short language strings for common words
Avoid using substitution terms which are real words or known BBCodes.
Examples
Good
Bad
Substitution
Loading Language Files
e107::lan()
Last updated
Was this helpful?