引用第6楼xinqingfly于2009-12-17 16:40发表的 :
加载qt目录下的qt_zh_CN.qm
已经加载过了
QTranslator *tra;
tra->load("qt_zn_CN");//我已经把qt_zh_CN.qm拷贝到当前文件下了
qApp->installTralator(tra);
QMessageBox::question(this, tr("Title"), tr("Text"), QMessageBox::Yes|QMessageBox::No|QMessageBox::Cancel, QMessageBox::No);
还是无法显示
请教
谢谢