Topic: Question about language check.
Is there any function that checks the user language somewhere in .php files ?
The problem is that i have russian and bulgarian and is messy i need to do something like that.
if( user_language=ru ) {
return $lang_common['Years'].' '.$way;
} else
if( user_language=bg ) {
return '.$way'. $lang_common['Years'].';
}