c++ - Qt: internationalization of images -
i aware of utilities gnu gettext making software multilingual. give string id , homecoming translated string.
but need images in qt. example, if displaying image in en_us locale, want display different version of image if ja_jp or fr_fr locale set. qt doesn't recommend this. still need this. working on c/c++, linux.
is there standard way(like gettext) of achieving images? suggestions on appreciated.
yes resource system allows specify language each resource associated lang attribute in .qrc file.
c++ c linux internationalization qt
No comments:
Post a Comment