Hi,
We are using Enterprise SGWT 3.1.
The use case we have is, we use GWT's internationalization support for adding languages to our application.
I.e. use Message interface with annotation and corresponding properties files with the language code suffixed, i.e. en, de, fr.
However, what we are looking for is how to add language dynamically. Say today i build an war with 2 language support english and french. And ship this out to the customer.
Tomorrow the customer comes back saying he needs support for Japanese. How can we provide the japanese language directly without needing to rebuild the entire war file. Something like just shipping the corresponding japanese property file.
I am aware, GWT needs to compile these language permutations for a new language support.
But just wanted to check if there are solutions available in GWT/SmartGWT which can provide an alternative solution for this.
Thanks,
Vicky
We are using Enterprise SGWT 3.1.
The use case we have is, we use GWT's internationalization support for adding languages to our application.
I.e. use Message interface with annotation and corresponding properties files with the language code suffixed, i.e. en, de, fr.
However, what we are looking for is how to add language dynamically. Say today i build an war with 2 language support english and french. And ship this out to the customer.
Tomorrow the customer comes back saying he needs support for Japanese. How can we provide the japanese language directly without needing to rebuild the entire war file. Something like just shipping the corresponding japanese property file.
I am aware, GWT needs to compile these language permutations for a new language support.
But just wanted to check if there are solutions available in GWT/SmartGWT which can provide an alternative solution for this.
Thanks,
Vicky
Comment