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

#define I18N_NOOP (  )     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 klocale.h.

#define I18N_NOOP2 ( comment,
 )     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 klocale.h.

KDE Home | KDE Accessibility Home | Description of Access Keys