Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: Sun May 05 21:15:07 CEST 2024

Total time taken to generate the page: 0.03056 seconds