QString documentation in http://doc.qt.io/qt-5/qstring.html#arg says
One advantage of using arg() over sprintf() is that the order of the numbered place markers can change, if the application's strings are translated into other languages, but each arg() will still replace the lowest numbered unreplaced place marker, no matter where it appears.
what is the meaning of this? can anyone please explain with example?