clsImportBaseERPSetTranslation Method
|
Set translation Text for a text field in the class
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic void SetTranslation(
int lLangID,
string sFieldName,
string sTranslationText
)
Public Sub SetTranslation (
lLangID As Integer,
sFieldName As String,
sTranslationText As String
)
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