Provides a set of classes to manage the string, image, font and cursor resources for the org.eclipse.gmf.runtime.emf.type.core plugin.
Messages and labels on GUI components that need to be localized (adapted
for a specific region or language) should be placed in the messages.properties
file in this package.
Classes in the org.eclipse.gmf.runtime.emf.type.core plugin should use the {@link org.eclipse.gmf.runtime.emf.type.core.internal.l10n.ResourceManager} class to access to the I18N resources that is needs.
@canBeSeenBy org.eclipse.gmf.runtime.emf.type.core.*