Hi, guys...while porting my gtk project into QT4, I came across to a problem, the desktop file:
Qt Code:
  1. [Desktop Entry]
  2. Type=Application
  3. Encoding=UTF-8
  4. Version=1.0
  5. Name=GAlarm2
  6. _Comment=My personal alarm
  7. Exec=galarm2
  8. Icon=galarm2.png
  9. Terminal=false
  10. Categories=Utility;
To copy to clipboard, switch view to plain text mode 
Question: how do I make possible to localized the desktop file like inttool/gettext with QT?