Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8759487
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T14:49:13+00:00 2026-06-13T14:49:13+00:00

I try to set localization for standard save or open dialogs, but everything except

  • 0

I try to set localization for standard save or open dialogs, but everything except window caption remains English.

I use Qt 4.7.4 and KDE of the same version.

The following example application:

#include <QApplication>
#include <QFileDialog>
#include <QTranslator>
#include <QLibraryInfo>
#include <QDebug>

int main(int argc, char **argv)
{
    QApplication app(argc,argv);

    QTranslator qTranslator;
    QString transPath=QLibraryInfo::location(QLibraryInfo::TranslationsPath);
    qTranslator.load("qt_ru",transPath);
    app.installTranslator(&qTranslator);

    qDebug() << transPath;

    QFileDialog fileDialog(0, 0/*default caption*/,
        QDir::currentPath(), "All files (*.*)");
    fileDialog.exec();

    return 0;
}

prints "/usr/share/qt4/translations" (path to translations) and the warning:

KGlobal::locale::Warning your global KLocale is being recreated with a valid main
component instead of a fake component, this usually means you tried to call i18n related
functions before your main component was created. You should not do that since it most
likely will not work

I also tried some other more supported languages, such as German(qt_de), French(qt_fr) and Polish, but result was the same: only caption was affected.

But if I open a “Save” dialog in any application installed with KDE, all texts in dialog appear in Russian, and no warnings are printed to console. I tried dialogs in Kwrite, Firefox(it uses default KDE dialog), Konsole and Kaffeine.

Is the above code correct from the point of view of translation? Maybe there is another way to set localization for my app?
Why are the dialogs in other applications translated? Do they use other translation files, than files provided in /usr/share/qt4/translations directory?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T14:49:14+00:00Added an answer on June 13, 2026 at 2:49 pm

    Priviet
    Are You still have that problem?
    For this moment my solution is to add:

    QFileDialog fileDialog(0, 0/*default caption*/,
        QDir::currentPath(), "All files (*.*)", QFileDialog::DontUseNativeDialog);
    

    to invoke a file dialog.

    However in this way dialogs are Qt-native and doesn’t respect KDE.

    But I’m digging to find solution How to get KDE dialog in system language intead.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I try to bind my UI to custom DependencyProperty: <Window.Resources> <local:Localization x:Key=Localization xmlns:x=#unknown xmlns:local=#unknown/>
I used the code to try set the label text but its not working.
try to set host in dsn of pdo like this: <?php /* Connect to
I try to set friendship to method from class GameSimulator on Player class. for
I try to set a timeout on an element, fired with a jQuery plugin.
I try to set an attribute in a XML node using MSXML. IXMLDOMElement alone
I try to set up .hgrc file: [ui] username = MyName MySecondName <mymail@gmail.com> I
Every time try to set the value of any variable in my model object,
I have try to set icon for my App in the xCode. In the
When I try and set the datatable width just the table main section is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.