Click or drag to resize

clsImportBaseERPSetTranslation Method

Set translation Text for a text field in the class

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public void SetTranslation(
	int lLangID,
	string sFieldName,
	string sTranslationText
)

Parameters

lLangID
Type: SystemInt32
Language code from OLNG. SELECT Code FROM OLNG WHERE ShortName='CN'
sFieldName
Type: SystemString
For OITM for example: ItemName, FrgnName, U_MARIBez1. Please use EXACT Field Name
sTranslationText
Type: SystemString
Text in the language. For Deleting the text, leace this empty
See Also