Click or drag to resize

HomeControllerSWITranslate Method

Translate a text either from the public translations or the repository translations. If the optional parameter instance is not empty, the repository translations are used.

Namespace: SealWebServer.Controllers
Assembly: SealWebServer (in SealWebServer.exe) Version: 8.3.0.0+c4d725cbae26375217e6c77c92a07fffaea6377d
Syntax
C#
public ActionResult SWITranslate(
	string context,
	string instance,
	string reference,
	string sessionId
)

Parameters

context  String
 
instance  String
 
reference  String
 
sessionId  String
 

Return Value

ActionResult
See Also