|
|
|
|
|
by tdrdt
1700 days ago
|
|
As a developer I never had much problems building systems in multiple locales. I think on the web this was solved over 15 years ago when UTF-8 became mainstream.
Over 10 years ago I built a webapp with over 20 locales without much trouble. This included ltr and rtl. I think the biggest problem with any application is that designers always use text and images that fit in their design. But this is not the reality. I think developers can improve themselves if they understand this.
And also: developers can improve themselves when they don't build pixel perfect according to the design but know how to make it look good when texts don't fit the design. If both the designers and developers know about building text-flexible applications they will have more value for the company they are working for.
A design should be seen more as a style guide. The end product must be better than the design. |
|
That's really not the hard part
The hard part is to follow all the legal and social conventions. Formats for dates and money, symbols and colors that you can or cannot use, making sure you get timezones right, serving a right to left design to the middle east, dealing with the various way to enter a phone number or a home address, translating efficiently db content or SPA pieces...
Just translating from a *.po file, yes, it's easy.