Gintare Ragaisiene schrieb:
Hello,

Server that runs Lenya is in USA, my client that uses Lenya is in Lithuania. Client need to see Lithuanian publication timestamps, but Lenya shows them according to server USA timestamps. How can I chan change it to display Lithuanian timestamps ?

The format of the timestamps is determined by the locale passed to the i18n transformer. The default publication uses the document language:

<map:transform type="i18n">
  <map:parameter name="locale" value="{page-envelope:language}"/>
</map:transform>

If you want to use the browser settings instead, you can switch to the request locale:

<map:transform type="i18n">
  <map:parameter name="locale" value="{request:locale}"/>
</map:transform>

Maybe you might want to use a dedicated i18n transformation for the publication timestamps. You'll find more info in the Cocoon documentation on the i18n transformer.

-- Andreas



--
Andreas Hartmann, CTO
BeCompany GmbH
http://www.becompany.ch
Tel.: +41 (0) 43 818 57 01


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to