QFileDialog is used in my code like following:
QFileDialog
QFileDialog fileDlg; fileDlg.setFileMode(QFileDialog::AnyFile); fileDlg.setViewMode(QFileDialog::
You can use one of the static functions in QFileDialog. Those use the native file dialog from the OS, which will be in the correct locale and translation.