Open maybeec opened 9 years ago
I have found a way for externalizing strings in OSGi. See org.eclipse.osgi.util.NLS and java.text.MessageFormat for parameter substitution.
As an example: See org.eclipse.jdt.internal.ui.packageview.PackagesMessages of JDT
org.eclipse.jdt.internal.ui.packageview.PackagesMessages
Stale topic. Please negotiate closing or discussing the relevance of this ticket.
I have found a way for externalizing strings in OSGi. See org.eclipse.osgi.util.NLS and java.text.MessageFormat for parameter substitution.
As an example: See
org.eclipse.jdt.internal.ui.packageview.PackagesMessages
of JDT