• I would like to display the date in the currency language and the the date always in chinese. I am using following code for the current language
    date_i18n('l d. F Y');
    Which code can I use for the chinese so it is chinese which ever language is used.

    I am using translate.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter WordBuddyPress

    (@wordbuddypress)

    I mean qtranslate

    Thread Starter WordBuddyPress

    (@wordbuddypress)

    Sorry, the question was somehow reformatted by my computer:
    For the date I would like to use the current language of the user, thats why I use
    date_i18n('l d. F Y');
    And then I want a second date which displays the date in another language (in this case chinese).
    Is there something like
    date_cn('l d. F Y'); or can I somehow achieve this with javascript?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘date() language’ is closed to new replies.