Hacker News new | ask | show | jobs
by PenguinCoder 717 days ago
> multi language support ... it’s not even that hard.

Can you elaborate on how easy it is, please? Say for a web application or a native Linux application?

1 comments

The translating part is by far the hardest. But there are services to organize a crowd sourced translations of your app / service.

Booth android and iOS app building frameworks will try to force you into using variables for every rendered string (allowing you to change them easily and in one place - f.ex. based on user / device settings).