Model Localization

Identifier:
com.ibm.xtools.common.ui.wizards.localization

Since:
plugin version: 7.5.500

Description:
WARNING: For internal use only. This extension point allows you to hook in a localization provider for your model. Localization for models is provided by a simple export/import mechanism. You can export all localizable strings from a model to a properties file, translate them, and import these strings back into the model. Thus, the resulting model will be localized. Note that you will have two copies of the model at this point: the original model and the localized model. You will need to provide a class that implements the Il10nPropertyProviderFactory interface, using the class attribute. You can also extend the l10nProviderFactoryStub for convenience. See Examples for more info.

Configuration Markup:

<!ELEMENT extension (l10nProviderFactory+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT l10nProviderFactory EMPTY>

<!ATTLIST l10nProviderFactory

class CDATA #REQUIRED>


Examples:

API Information:
See Il10nPropertyProviderFactory and Il10nPropertyProvider for more information.


Licensed Materials - Property of IBM
Copyright IBM Corp. 2009. All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.