Impact of adding internationalization to a modern browser-based business application
In particular, what has been observed to be the range (in %) of impact that i18n has on effort and time-to-delivery, when it is added well (about mid-way) into the cycle?
3 comments
[ 2.5 ms ] story [ 21.4 ms ] threadIn general, i18n tools for Java are quite sophisticated so with Java it won't be that much of a problem. Other environments probably require some more manual work.
Some IDEs (Intellij IDEA and Eclipse for instance) allow you to extract strings from your source code and externalize those into a property file. However, those tools aren't perfect and will likely still miss some strings. So, at least some manual work will still be necessary.
We have convinced the customer that it is better to get the English version into production first, get market feedback, get some traction, and then proceed with i18n+l10n.