DimAttributeInventTable::getLocalizedName Method [AX 2012]

Gets the translated name that is associated with the item for the specified language.

client server public static Name getLocalizedName(RefRecId _key, LanguageId _languageId)

Run On

Called

Parameters

_key
Type: RefRecId Extended Data Type
The record ID of the item.
_languageId
Type: LanguageId Extended Data Type
The LanguageId value.

Return Value

Type: Name Extended Data Type
The translated name that is associated with the item.
Show: