xsl-list
[Top] [All Lists]

Re: [xsl] Change Months from English to French [XSLT 1.0]

2010-07-31 09:59:23

         <xsl:when test="$month-en = 'April'">avril</xsl:when>
         <xsl:when test="$month-en = 'May'">peut</xsl:when>
         <xsl:when test="$month-en = 'June'">juin</xsl:when>

"peut" is a new one for me.

Automatic translation, perhaps: "he may" => il peut?

Amazingly, though, if you Google for "French month name peut" the first result is an XSLT question (which doesn't mention "peut"; though you don't get the hit if you omit it from the query...).

Michael Kay
Saxonica



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--