test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • borinsh12 Friend
    #133803

    Hi there=)
    I need to tranlsate days of week in header of template.
    Any ideas ? 😉

    John Wesley Brett Moderator
    #272688

    Clarification: Are you looking to translate ONLY the days of the week? Or are you translating the entire template and the day of the week are still showing English?

    Could you provide a URL?

    Thanks,
    John.

    borinsh12 Friend
    #272700

    No, i can’t provide url cause my sait on local machine:(
    I need to translate ONLY the days of the week in the HEADER of site

    stilpunkt Friend
    #272792

    Although I used the forum search and found some threads about this question I´m not able to change the date in the header into german language :((

    Webmaster please help.

    Thanks

    borinsh12 Friend
    #272856

    So, everithing ok.
    Solved =)
    What you gonna do:
    1) Open Ja Teline index.php file and change
    [PHP]<?php
    echo “<span>”.date (‘l’).”</span>”;
    echo ” <div>”.date (‘M’).” “.date (‘d’).date (‘S’).”</div>”;
    ?>[/PHP]

    on

    [PHP] <?php
    echo “<span>”.mosCurrentDate (‘%A’).”</span>”;
    echo ” <div>”.mosCurrentDate (‘%b %d ‘).”</div>”;
    ?>[/PHP]

    2)Go to AdminPanel. Site->Global Configuration ->Local and change Site Local on yours.
    Ask your hoster about Site Local.
    !!! I am not sure about ” Site Local”, cause i have russian Joomla but its not hard to find this filed=)

    Thats it=)

    — Use Thank You button IF I was right — +)))))))))))))))))))))))))))))))))

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

This topic contains 5 replies, has 3 voices, and was last updated by  borinsh12 16 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum