1 2 3 4 5 6 7 8
if(isset($lang->settings['charset'])) { $charset = $lang->settings['charset']; } else { $charset = 'UTF-8'; }