coderifous / jquery-localize

a jQuery plugin that makes it easy to internationalize your web site.
465 stars 142 forks source link

Getting a simple page to work #6

Closed thejae closed 13 years ago

thejae commented 13 years ago

Please pardon my ignorance but am having trouble creating a simple page with 5 sets of different languages that changes through the click of a button. I can't find relevant examples in your source.

Thank you.

coderifous commented 13 years ago

Have you tried binding the click event for your buttons to a function that calls something like $("rel*=localize").localize("example", { language: "fr" }) ?

I'm going to close this ticket because it's not an issue with the plugin. If you need more help, I recommend checking out the #jquery IRC channel on freenode.