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.1.0.0+4fe7975a95558d7cdf0d4c425e2c3a22827d67dd
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