-
AuthorPosts
-
November 25, 2009 at 1:39 pm #146350
where you change the language of the date appearing on the top left?
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
November 25, 2009 at 8:53 pm #325003If you mean current date appearing on the top left, there is an etire thread on this. In particullar, look at my post .
But in your case, instead of [php]setlocale(LC_TIME, array(‘de_DE’,’de_DE.UTF8′,’de_DE@euro’, ‘de’, ‘ge’));[/php] put codes of the language you’d like to apply.
Proposed by me solution (based on JText::_) could be applied also. It does not require any language codes.
November 26, 2009 at 10:33 am #325055Hi Gray,
I can not find where to change, please explain a bit more I look at that file.
Thanks
micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
November 26, 2009 at 3:37 pm #325068Hello apusweb,
The changes Gray and others propose have to be executed in ja_teline_iii/layouts/blocks/header.php
Find
<p class="ja-day">
<?php
echo "<span class="day">".date ('l')."</span>";
echo "<span class="date">, ".date ('M')." ".date ('d').date ('S')."</span>";
?>
</p>
and change as you want…..
succes,Micrantha
November 27, 2009 at 11:20 pm #325166Hi,
I still have problems with the date, I have made the changes but continues to come out in English, as do I put it in Spanish, I have reviewed each of the data files and does not change.
which is the file where I change the language of the days and months?
Thanks
micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
November 28, 2009 at 12:20 am #325171Hello,
Did you make your changes in the file header.php?
As I wrote, the path to it is ja_teline_iii > layouts > blocks > header.php
Hope you succeed now.November 28, 2009 at 11:50 am #325188Si he realizado cambios, como este:
<?php
echo “<span class=”date”> “.date (“d / m / Y “).”</span>”;
?>
</p>Pero sigue saliendo en ingles y no se como hacer para que salga la informacion en espaƱol, he revisado todas archivos donde hayan datos, pero no cambia.
Gracias por tu ayuda
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by apusweb 14 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum