Skip to content. | Skip to navigation
Cached time 11/22/13 08:33:26
Use the org.gvsig.i18n API directly. That is, instead of:
String text = PluginServices.getText(this, "Coordinates");
Use:
String text = Messages.getText("Coordinates");
Maintain a separation between the API, SPI, implementation and providers.
This site conforms to the following standards: