Details
-
Suggestion
-
Resolution: Invalid
-
P3: Somewhat important
-
4.3.3
-
None
Description
It would be very useful, if QDate::toString() & QDateTime::toString() would provide a possibility to select the language/locale settings for the output string.
A possible solution would be to add a QLocale parameter to the function:
QString QDate::toString ( const QString & format, const QLocale locale ) const
This is necessary for programs with multiple translations that provide the possibility for the user to select the language manually.