41
Ok, first I don't use Article 2 so i can't tell you exactly what to do. But the steps explained in the readme (docs/README.txt) should work for all content modules.
About you multi-language problem i don't really get it... The characters aren't displaying right? Or what do you mean?
And if you use a content module you could create one form for each language and show the form in the right language on one page. (Multi-language module like xlanguage is required).
Example:
Say you want a form in Dutch and English.
STEP 1: Create 2 forms with the same questions, one in Dutch and the other in English.
STEP 2: Create a new page in your content module.
STEP 3: Place this tag in the content of the page: [nl][xform id=NUMBER-D][/nl][en][xform id=NUMBER-E][/en] (Replace NUMBER-D with the id of the Dutch form, and NUMBER-E with the id of the English form.)
STEP 3: Save the page you created.
Above is just a example, so the steps could be a little different, but generally it should work.
Greets Dylian.
BTW, i discovered my xform tag isn't very secure, since everyone who's allowed to post content on your website could use it. So if a user uses it in a comment the tag will work, and the requested form will be loaded in the comment. So I think i'll change the tag to [xform id=NUMBER pass=TEXT]. (NUMBER should then still be replaced by the id of the form you wan't to load and TEXT should be replaced by a password that will be set in the module settings. This way only people who know the password can load a form.