API GetTranslator

Z Podpora.nextis.cz
Verze z 21. 11. 2018, 11:43, kterou vytvořil Chrzaszcz (diskuse | příspěvky) (Založena nová stránka s textem „==== Description ==== Method gives You overview of existing translated in system. ==== Exact name ==== <code>API_GetTranslator</code> ==== Type ==== Sta…“)
(rozdíl) ← Starší verze | zobrazit aktuální verzi (rozdíl) | Novější verze → (rozdíl)
Přejít na: navigace, hledání

Description

Method gives You overview of existing translated in system.

Exact name

API_GetTranslator

Type

Standard executable table function.

Specification

Column Data type Description Relation
@Text nvarchar(max) Text
@Language nvarchar(3) Language all, cs,pl,en,de,sk,hu,nl,ru,et,lv,lt,ar,fr,it,pt,ro,es,tr,bg,sl,sr

Return

Specification

Column Data type Description Relation
Text nvarchar(max) Text
TranslatedText nvarchar(max) Translated text
Language nvarchar(3) Language

Example

SELECT * FROM [API_GetTranslator](N'Brake pads', N'all')

Notices

None.