Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! 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?