4 lines
100 B
PHP
4 lines
100 B
PHP
<?php
|
|
ucfirst(locale_get_display_name($lang,'it'))
|
|
ucfirst(locale_get_display_name($lang,$lang))
|
|
?>
|