class KLocale


Module kdecore
Namespace
Class KLocale
Inherits
KLocale provides support for country specific stuff like the national language.

KLocale supports translating, as well as specifying the format for numbers, currency, time, and date.

Use KGlobal.locale() to get pointer to the global KLocale object, containing the applications current locale settings.

For example, to format the date May 17, 1995 in the current locale, use:

QString date = KGlobal.locale()->formatDate(QDate(1995,5,17));

Author Stephan Kulow , Preston Brown , Hans Petter Bieker , Lukas Tinkl class for supporting locale settings and national language



enums

enum details

methods