Title: i18n and xmlform action

    Hi all
    i think i did stupid thing!
    i tried to apply i18n into my xmlforms
    but it can not understand the messages in the directory , it can not change into other language
    because in the link changing language (the bold lines), i am not sure and i dont know if i declare correctly the following :

    <menu>
    <lang>
            <href>wizard?cocoon-action-start=true&amp;locale=en</href>
    <title>English</title>
    </lang>
    ...
    </menu>
    in the sitemap i declare :
    (when i separate the form and i18n, they work separately very well but when i combine like this, it just do the form action not the i18n)


    <map:act type="locale">
    <map:match pattern="*">
    <map:act type="WizardAction">
    <map:parameter name="xmlform-validator-schema-ns" value="<http://www.ascc.net/xml/schematron>"/>
    <map:parameter name="xmlform-validator-schema" value="wizard/validate.xml"/>
    <map:parameter name="xmlform-id" value="form-feedback"/>

Reply via email to