tdecore
tdelocale.h File Reference
#include <tqstring.h>
#include <tdelibs_export.h>
Go to the source code of this file.
Classes | |
class | TDELocale |
TDELocale provides support for country specific stuff like the national language. More... | |
Defines | |
#define | I18N_NOOP(x) x |
#define | I18N_NOOP2(comment, x) x |
Detailed Description
Definition in file tdelocale.h.
Define Documentation
#define I18N_NOOP | ( | x | ) | x [related] |
I18N_NOOP marks a string to be translated without translating it. Do not use this unless you know you need it. http://developer.kde.org/documentation/other/developer-faq.html#q2.11.2
Definition at line 52 of file tdelocale.h.
#define I18N_NOOP2 | ( | comment, | |||
x | ) | x [related] |
If the string is too ambiguous to be translated well to a non-english language, use this instead of I18N_NOOP to separate lookup string and english.
- Warning:
- You need to call i18n( comment, stringVar ) later on, not just i18n( stringVar ).
- Since:
- 3.3
Definition at line 63 of file tdelocale.h.