Development/Tutorials/Localization/Language Change

From KDE TechBase
Revision as of 19:47, 23 October 2007 by JohnFlux (talk | contribs) (New page: 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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.