Page 1 of 1

MLE Polls Module Multilang?

Posted: Thu Sep 17, 2009 10:17 am
by ilia3d
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!

Re: MLE Polls Module Multilang?

Posted: Thu Sep 17, 2009 11:58 am
by seensite
Hi,

Did you already try
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"
from http://forum.cmsmadesimple.org/index.ph ... 058.0.html ?

Re: MLE Polls Module Multilang?

Posted: Thu Sep 17, 2009 12:17 pm
by ilia3d
seensite wrote: Hi,

Did you already try
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"
from http://forum.cmsmadesimple.org/index.ph ... 058.0.html ?
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

Re: MLE Polls Module Multilang?

Posted: Thu Sep 17, 2009 12:58 pm
by seensite
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
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 ?

Re: MLE Polls Module Multilang?

Posted: Thu Sep 17, 2009 2:56 pm
by ilia3d
seensite wrote:
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
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 ?
no, but thanks for advice!