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

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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
Announcements

Top Tags