Damir
Damir

Reputation: 56199

Multilanguage support for site problem

I have couple labels and tabs in my site and I need to make possible to user to change language of that labels and tabs. How to achieve this ? Is there something already done in Dojo or plain Javascript for this ?

Upvotes: 0

Views: 267

Answers (2)

Andrei
Andrei

Reputation: 4237

There is mechanism of internalization and localization in Dojo. You can read documentation about dojo.i18n

Upvotes: 1

Alex Pacurar
Alex Pacurar

Reputation: 5861

you can use css classes to specify what multi language content an element must support see http://jsfiddle.net/AJKTx/

Upvotes: 1

Related Questions