MLE Polls Module Multilang?

This is a FORK of the CMS Made Simple project and is not oficially supported in any way by the CMS Made Simple development team.
Locked
ilia3d

MLE Polls Module Multilang?

Post 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!
User avatar
seensite
Forum Members
Forum Members
Posts: 173
Joined: Sun Feb 10, 2008 7:36 pm

Re: MLE Polls Module Multilang?

Post 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 ?
The universe of information technology is constantly growing and contains only emerging products built on successive patches
ilia3d

Re: MLE Polls Module Multilang?

Post 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
User avatar
seensite
Forum Members
Forum Members
Posts: 173
Joined: Sun Feb 10, 2008 7:36 pm

Re: MLE Polls Module Multilang?

Post 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 ?
The universe of information technology is constantly growing and contains only emerging products built on successive patches
ilia3d

Re: MLE Polls Module Multilang?

Post 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!
Locked

Return to “[locked] CMSMS MLE fork”