![]() |
Translation Calender In version 1.6.2. the letters of the week and the months are not translated. I am using PHP5, Windows XP and IE8 and FF3. The use of the second parameter of setlocale in core/class/Init.php does not work for me. The values used are from the accepted languages in the browsers (by example: nl) The second parameter for nl must then be "dutch" and not nl or nl_NL. I have added the line : $test[4] = getLanguageString($language); after the other three lines with $test[] and at the end: function getLanguageString($language) { switch ($language) { case 'en': return 'american'; case 'de': return 'german'; case 'dk': return 'danish'; case 'es': return 'spanish'; case 'it': return 'italian'; case 'nl': return 'dutch'; case 'no': return 'norwegian-bokmal'; case 'vi': return 'vietnamese'; default: return ''; } } |
الساعة الآن 11:34 AM |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By
Almuhajir