#include <CtrlLib/CtrlLib.h> using namespace Upp; #define TFILE <main/test.t> #include <Core/t.h> GUI_APP_MAIN { SetLanguage(LNG_CZECH); SetDefaultCharset(CHARSET_UTF8); TopWindow app; app.SetRect(0, 0, 200, 20); app.Title(t_("Application")); app.Run(); }
T_("Application") csCZ("přihláška")
SetDefaultCharset(CHARSET_UTF8);
Report message to a moderator