2011-02-01, 04:11:02
angelo Wrote:I am use i18n plugin ... and I need setup other languare for more pages.
I'm not using p01-contact, but from the description it seems you can use it in components: just create a component for each language (e.g. named "Contact", "Contact_de", "Contact_fr", ...) and call p01-contact with language specific settings, e.g. for "Contact_fr":
Code:
$p01contact->default_lang = 'fr';
...
Include the component in your template with get_i18n_component instead of get_component or use the DynPages plugin (http://get-simple.info/extend/plugin/dynpages/81/) and include the component in your page using {% contact %}. The I18N plugin will choose the correct component version.