Development/Tutorials/Localization/Language Change: Difference between revisions

From KDE TechBase
(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 ...)
(No difference)

Revision as of 19:47, 23 October 2007

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.