Registry / utility / kf6i18n

kf6i18n

JSON →
library6.23.0vcpkgunverified

Advanced internationalization framework

vcpkg install kf6i18n
INSTALL
IMPORT
SIG · KF6I18N
K
kf6i18n
utilitycppv6.23.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KI18n
#include <KI18n>

Initialize internationalization and translate strings

#include <KLocalizedString> #include <QCoreApplication> int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); KLocalizedString::setApplicationDomain("myapp"); QString message = i18n("Hello, world!"); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.23.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

kf6i18n — pip install kf6i18n · libregistry