if (preg_match('#^([a-z]{2})-?#i', vB_Template_Runtime::fetchStyleVar('languagecode'), $matches)) { $humanverify['hl'] = strtolower($matches[1]); }