HACKER Q&A
📣 cjohnson318

Advice on Writing Bilingual App?


I can do something like `isEspanol ? Cosas : Things` everywhere, but I'd like to be able to support a third language at some point if I needed to. Does anyone have strong opinions about building an app for more than one language in a sane and sustainable way?


  👤 david927 Accepted Answer ✓
Have your text pulled from a database table and then key it by chosen language.

👤 yuppie_scum
The term you wanna look up is Localization