Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
I know LWC API to get localizationProperties
com.ptc.core.lwc.server.LWCLocalizablePropertyValue lwcLanguage=(com.ptc.core.lwc.server.LWCLocalizablePropertyValue)
com.ptc.core.lwc.server.cache.db.PropertyValueDBService.getPropertyValueDBServiceInstance()
.getPropertyValuesFromPropertyContextHolder(
lwcpropertyDefinitionID,
lwcTypeDefinitionID(),
lwcAttributeDefinition_ObjectIdentifier );
lwcLanguage.getValue("ibaName",locale);
The API is too complex. You should to get lwcpropertyDefinition object,lwcTypeDefinition object,and lwcAttributeDefinition Object.
Is there any simple API to do this?