InterviewSolution
| 1. |
What Is Static String Internationalization Technique In Gwt? |
|
Answer» This TECHNIQUE is most prevalent and requires very little overhead at runtime; is a very EFFICIENT technique for translating both constant and parameterized strings;SIMPLEST to IMPLEMENT. Static string internationalization uses standard Java properties files to store translated strings and parameterized messages, and strongly-typed Java interfaces are created to retrieve their VALUES. This technique is most prevalent and requires very little overhead at runtime; is a very efficient technique for translating both constant and parameterized strings;simplest to implement. Static string internationalization uses standard Java properties files to store translated strings and parameterized messages, and strongly-typed Java interfaces are created to retrieve their values. |
|