There is a problem. Using the CodeIgniter 3, i have a hook that is loaded in 'pre_controller' points and initializes language constant - SITELANG:
define('SITELANG', $lang);
How do i can access to this constant in the CodeIgniter library constructor?