Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • apusweb Friend
    #146350

    where you change the language of the date appearing on the top left?

    gray Friend
    #325003

    If 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.

    apusweb Friend
    #325055

    Hi Gray,

    I can not find where to change, please explain a bit more I look at that file.

    Thanks

    micrantha Friend
    #325068

    Hello 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

    apusweb Friend
    #325166

    Hi,

    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 Friend
    #325171

    Hello,
    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.

    apusweb Friend
    #325188

    Si 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

Viewing 7 posts - 1 through 7 (of 7 total)

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