U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Libraries and TheIDE: i18n, Unicode and Internationalization » Internationalization problem when using ctr as member of TopWindow
Re: Internationalization problem when using ctr as member of TopWindow [message #10101 is a reply to message #10098] Wed, 20 June 2007 09:45 Go to previous messageGo to previous message
mezise is currently offline  mezise
Messages: 54
Registered: April 2006
Member
Hi, you need to add to the application the code responsible for handling of translation file:
#include <CtrlLib/CtrlLib.h>

using namespace Upp;

#define TFILE <TransWithCtrlInTopWnd/my.t> // <----
#include <Core/t.h> // <----

class TransWithCtrlInTopWnd : public TopWindow {
...

PS: first click on the button changes lang to english, so you need to click twise to see chinese Wink

Michal

[Updated on: Wed, 20 June 2007 09:47]

Report message to a moderator

 
Read Message
Read Message
Read Message
Previous Topic: Internationalizing Keyboard Accelerator Keys?
Next Topic: Problem with non-English dirs
Goto Forum:
  


Current Time: Sat Sep 19 13:49:29 GMT+2 2026

Total time taken to generate the page: 0.00526 seconds