API RemoveTranslator
Z Podpora.nextis.cz
Description
Method allows You to remove Translator for product.
Exact name
API_RemoveTranslator
Type
Standard executable stored procedure.
Specification
Parameter | Data type | Value range | Description | Relation |
---|---|---|---|---|
@Text | nvarchar(max) | Internal system id | ||
@Language | nvarchar(3) | Language |
Return
0 : OK 100 : Item does not exist 200 : Language does not exist
Example
DECLARE @return_value int
EXEC @return_value = [API_RemoveTranslator]
@Text= N'Brake pads',
@Language = N'cs'
Notices
None.