Hi, I am developing a massive enterprise application from scratch using GWT. I want to use GWT's implementation of localisation but I have some concerns with performance. I will have thousands of labels across all my screens that will require conversion to the appropriate language. Do I have to put all these label tags into one .properties file? If so, I fear this will add alot of time to the application startup. Another approach I was thinking of taking was having multiple properties files per module and implementing code splitting for each module. Will code splitting work with loading locale properties files?
It would be great to hear of other people's experience developing large enterprise apps with regards to localisation. Thanks Brian -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
