October 2003
Intermediate to advanced
416 pages
8h 1m
English
Like any commercial-quality product, Eclipse is fully internationalizable and pays attention to accessibility requirements. When contributing to Eclipse we want to preserve this characteristic and make sure that our plug-in is usable by anybody. In this section we look into tasks related to internationalization and accessibility:
Externalizing the strings from the plugin.xml
Externalizing strings from Java code
Paying attention to accessibility
All these tasks are highly mechanical, but need to be done. Let's start with externalizing the strings from the plugin.xml.
Some strings in the plugin.xml are shown to the end user, the label of an action, for example. ...
Read now
Unlock full access