qx -beginner :

how can I refresh / reload the content of the application to make the
translation visible ?

want to switch language during runtime with button - event Listeners :

e.q. qx.locale.Manager.getInstance().setLocale("en");

Button is working fine :
>>
      qx.locale.Manager.getInstance().addListener("changeLocale", function()
{
         alert("it works");
      }, this);

but the translation will not appear ...

best regards




--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/how-to-refresh-after-setLocale-qx-application-Mobile-tp7582308.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to