How do I do internationlization with Echo and EchoPoint?
A. The nextapp.echo.EchoInstance and nextapp.echo.Component class has a getLocale()/setLocale() property. This is “inherited” down to contained components. That is to say, if you call getLocale() on a component, and it has not be set, it will navigate up the component tree to find a Locale() object.