DimensionAttributeTranslation::getNameOrDefaultName Method
Gets the name of a dimension attribute.
Syntax
client server public static Name getNameOrDefaultName(RecId _dimensionAttribute, LanguageId _languageId)
Run On
ClientOrServer
Parameters
- _dimensionAttribute
Type: RecId Extended Data Type
The ID of a dimension attribute for which a name is retrieved.
- _languageId
Type: LanguageId Extended Data Type
The ID of a language in which a name is retrieved.
Return Value
Type: Name Extended Data Type
The name of a dimension attribute.
Remarks
If a name in the language that is specified by the _languageId parameter is not found, a name in the system language is returned.