cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

How to get IBA attribute definition Localization display value?

TZ
1-Newbie
1-Newbie

How to get IBA attribute definition Localization display value?

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?

0 REPLIES 0
Top Tags