MyBB Community Forums

Full Version: PHP classes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just cant get the hang of these....can anyone tell me were mybb defines $lang's full code.

Like the main file for $lang global.

thanks
$lang is initalised in inc/init.php
it's a class of MyLanguage
which is defined in inc/class_languages.php

There aren't any interesting functions in there for you to use though. You might want to look at languageExists($language) but that's about it.