Hi

We are using Unicode i.e. French Version for our product.
Everything is translated at runtime like Dialog, messagecontent and other string
using Qt linguist, QTranslator
and using qApp->installTranslator(&trans);


But problem is that I m using QMessageBox & QFileDialog .
QMessageBox's content translated into french at runtime but its Button's content remains is English like Ok, Cancel

Samething I m using QFileDialog to open file..

QString str = QFileDialog(/* argument */);

Whenver this Qt' dialog open, Its three Button New Folder, Open, Cancel will not translated automatically it show in English.

Same thing for QFileDialog::getExistingDirectory(/* */);

Its button Save , Cancel is not translated into French it show in English .



Is there anything that we r missing.
If anybody know this issue , kindly give me solution.

Thanks & regards
Santosh Kumar Singh