API GetTranslator: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
(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…“)
 
 
(Nejsou zobrazeny 4 mezilehlé verze od stejného uživatele.)
Řádka 18: Řádka 18:
 
|nvarchar(max)
 
|nvarchar(max)
 
|Text
 
|Text
|
+
|API_GetProductGroups.Name
 +
 
 +
API_GetProductGroups.Name2
 +
 
 +
API_GetProductGroups.Description
 +
 
 +
API_GetProductGroups.EshopDescription
 
|-
 
|-
 
|@Language
 
|@Language
 
|nvarchar(3)
 
|nvarchar(3)
 
|Language
 
|Language
|all, cs,pl,en,de,sk,hu,nl,ru,et,lv,lt,ar,fr,it,pt,ro,es,tr,bg,sl,sr
+
|all - all languages,
 +
cs,pl,en,de,sk,hu,nl,ru,et,lv,lt,ar,fr,it,pt,ro,es,tr,bg,sl,sr
 
|}
 
|}
  
 
==== Return ====
 
==== Return ====
==== Specification ====
 
 
{| class="wikitable"
 
{| class="wikitable"
 
!Column
 
!Column
Řádka 37: Řádka 43:
 
|nvarchar(max)
 
|nvarchar(max)
 
|Text
 
|Text
|
+
|API_GetProductGroups.Name
 +
 
 +
API_GetProductGroups.Name2
 +
 
 +
API_GetProductGroups.Description
 +
 
 +
API_GetProductGroups.EshopDescription
 
|-
 
|-
 
|TranslatedText
 
|TranslatedText
Řádka 47: Řádka 59:
 
|nvarchar(3)
 
|nvarchar(3)
 
|Language
 
|Language
|
+
|cs,pl,en,de,sk,hu,nl,ru,et,lv,lt,ar,fr,it,pt,ro,es,tr,bg,sl,sr
 
|}
 
|}
  

Aktuální verze z 21. 11. 2018, 14:10

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 API_GetProductGroups.Name

API_GetProductGroups.Name2

API_GetProductGroups.Description

API_GetProductGroups.EshopDescription

@Language nvarchar(3) Language all - all languages,

cs,pl,en,de,sk,hu,nl,ru,et,lv,lt,ar,fr,it,pt,ro,es,tr,bg,sl,sr

Return

Column Data type Description Relation
Text nvarchar(max) Text API_GetProductGroups.Name

API_GetProductGroups.Name2

API_GetProductGroups.Description

API_GetProductGroups.EshopDescription

TranslatedText nvarchar(max) Translated text
Language nvarchar(3) Language cs,pl,en,de,sk,hu,nl,ru,et,lv,lt,ar,fr,it,pt,ro,es,tr,bg,sl,sr

Example

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

Notices

None.