Development/Tutorials/Localization/Language Change

From KDE TechBase

It can be extremely useful for a user to be able to change the language of a specific application. It is fortunately extremely easy to add such functionality to your program.

If you are using the KXmlGuiWindow class for your main window, then you will already have an associated programname.rc file for it.

Simply modify this file to contain:

 <Menu name="help">
   <Action name="switch_application_language"/>
 </Menu>

And that is it! You will now have a Switch Application Language option in the Help menu.