klocale.h File Reference
Detailed Description
Definition in file klocale.h.
#include <qstring.h>
#include <kdelibs_export.h>
Go to the source code of this file.
Classes | |
class | KLocale |
KLocale provides support for country specific stuff like the national language.class for supporting locale settings and national language. More... | |
Defines | |
#define | I18N_NOOP(x) x |
#define | I18N_NOOP2(comment, x) x |
Define Documentation
|
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 |
|
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.
|