Simply go to:
Gnome Menu -> Applications -> Desktop Preferences -> Keyboard
KDE Menu -> Kontrol Center -> Accessibility -> Keyboard Layout
... and Logitech diNovo Media Desktop will appear in the list of keyboard models.
For other users, configuration of the xorg.conf might be the most convenient solution.
If this is what you want to do, modify your xorg.conf Keyboard Section to the following:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "logidmd"
Option "XkbLayout" "us"
EndSection
Replace the XkbLayout to the locale of choice.