CatalogTranslation::createCategoryTranslation Method
This method is used to create catalog translation.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server public static void createCategoryTranslation(
CatalogRefRecId _catalogId,
Name _friendlyName,
RetailDescription _description,
[RetailImageAttributeValueText _image,
LanguageId _languageId])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static void createCategoryTranslation(
CatalogRefRecId _catalogId,
Name _friendlyName,
RetailDescription _description,
[LanguageId _languageId])
Run On
Called
Parameters
- _catalogId
Type: CatalogRefRecId Extended Data Type
The value of catalog ID.
- _friendlyName
Type: Name Extended Data Type
Translation friendly name.
- _description
Type: RetailDescription Extended Data Type
Translation description
- _image
Type: RetailImageAttributeValueText Extended Data Type
Translation image.
- _languageId
Type: LanguageId Extended Data Type
Translation langauge ID.