Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • zentering Friend
    #125027

    Hi all, how do i change the language for the ja-day, its in english and we speak swedish?

    Any suggestions?

    / Z

    kashxo Friend
    #236551

    Could you please show where the ja-day locate?
    Seem that I can’t find it on demo of JA Teline page.

    Michael Casha Friend
    #236553

    kashxo;37138Could you please show where the ja-day locate?
    Seem that I can’t find it on demo of JA Teline page.

    They’re referring to the day being shown in the top right hand corner.

    kashxo Friend
    #236587

    Thanks MiCCAS,
    For this problem, on line 214th of index.php file, locate at: templates/ja_teline folder, you will see:
    [PHP]<?php
    echo “<span>”.date (‘l’).”</span>”;
    echo ” <div>”.date (‘M’).” “.date (‘d’).date (‘S’).”</div>”;
    ?>
    [/PHP]

    In this example, I will change to French language:
    [PHP]<?php
    setlocale(LC_ALL, ‘French’);
    echo “<span>”.date (‘%l’).”</span>”;
    echo ” <div>”.date (‘%M’).” “.date (‘%d’).date (‘%S’).”</div>”;
    ?>
    [/PHP]
    You can found the language string to put on setlocate function here:
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt_language_strings.asp

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

This topic contains 4 replies, has 3 voices, and was last updated by  kashxo 16 years, 9 months ago.

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