0

I can't find any information about this. Is it possible to implement i18n in tidesdk application? Is yes, how do you achieve this? I need to implement i18n in todesdk app, with possibility to easly add new languages.

dease
  • 2,975
  • 13
  • 39
  • 75

1 Answers1

0

there is a simple solution for that, and is using jQuery and a localization plugin.

you store your localizations on a json structure per language and you setup the language as you need.

https://github.com/coderifous/jquery-localize

this should help you.

Erick
  • 160
  • 8