Hi!
I need help to use this funciton: mb_language().
My code is very simple.
<?php
$lang = mb_language();
echo $lang;
?>
When I execute this script, I got an error:
Fatal error: Call to undefined function: mb_language().
I use Apache 2.54 and php 5.0.4 for windows.
I cannot find a lot of examples to use this function.
Thanks.