hi all!
i try to implement Polls module in my CMSMS 1.4.1 MLE... have somebody any idea how to make this?
thanks a lot!
MLE Polls Module Multilang?
Re: MLE Polls Module Multilang?
Hi,
Did you already try
Did you already try
from http://forum.cmsmadesimple.org/index.ph ... 058.0.html ?Tips and Tricks - #3
Are there languages tags/variables that I can use in page template or content page?
- Variable {$lang} is assigned to current locale language (ex. en_US, it_IT)
Use this for general purpose.
For example:
smarty language parameter (ex: calling module): lang="$lang"
The universe of information technology is constantly growing and contains only emerging products built on successive patches
Re: MLE Polls Module Multilang?
i dosn't mean module translation... sorry. It works just fine with lang="xx_XX"...seensite wrote: Hi,
Did you already tryfrom http://forum.cmsmadesimple.org/index.ph ... 058.0.html ?Tips and Tricks - #3
Are there languages tags/variables that I can use in page template or content page?
- Variable {$lang} is assigned to current locale language (ex. en_US, it_IT)
Use this for general purpose.
For example:
smarty language parameter (ex: calling module): lang="$lang"
its about polls options (Questions). What i can do, is to make a multiple polls (for each language) but it is a bad idea, really...
So, in case, each poll has an own stats.. Sorry for bad english, but i hope you understand me
Re: MLE Polls Module Multilang?
My english isn't better, anyway your question is how to implement Polls to have the same polls displayed in different language ? I tried to implement it in an MLE template, without parameters and the module is already translated when switching language. Translation Manager module might do the translation of the polls questions, did you try this way ?i dosn't mean module translation... sorry. It works just fine with lang="xx_XX"...
its about polls options (Questions). What i can do, is to make a multiple polls (for each language) but it is a bad idea, really...
So, in case, each poll has an own stats.. Sorry for bad english, but i hope you understand me
The universe of information technology is constantly growing and contains only emerging products built on successive patches
Re: MLE Polls Module Multilang?
no, but thanks for advice!seensite wrote:My english isn't better, anyway your question is how to implement Polls to have the same polls displayed in different language ? I tried to implement it in an MLE template, without parameters and the module is already translated when switching language. Translation Manager module might do the translation of the polls questions, did you try this way ?i dosn't mean module translation... sorry. It works just fine with lang="xx_XX"...
its about polls options (Questions). What i can do, is to make a multiple polls (for each language) but it is a bad idea, really...
So, in case, each poll has an own stats.. Sorry for bad english, but i hope you understand me