Can strings in introContent be externalized? [message #1808557] |
Wed, 26 June 2019 15:41  |
Eclipse User |
|
|
|
I am working on externalizing strings used in an RCP application. I wanted to know if it was possible to externalize string values used inside an introContent XML file. For instance, is something the following code possible where overview.label and tutorial.label are externalized strings?
<?xml version="1.0" encoding="utf-8" ?>
<introContent>
<!-- STANDBY PAGE -->
<page style="css/standby.css" id="standby">
<group id="page-links-standby">
<anchor id="beginAnchor" />
<link label="%overview.label"
url="http://org.eclipse.ui.intro/showPage?id=overview&standby=false"
id="overview">
<text>Provides information for the quick start.</text>
</link>
<link label="%tutorial.label"
url="http://org.eclipse.ui.intro/showPage?id=tutorials&standby=false"
id="tutorials">
<text> Offers several step-by-step tutorials for quick access.
</text>
</link>
<anchor id="endAnchor" />
</group>
</page>
</introContent>
|
|
|
|
Powered by
FUDForum. Page generated in 0.06489 seconds