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.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public ActionResult SWITranslate(
	string context,
	string instance,
	string reference
)

Parameters

context  String
 
instance  String
 
reference  String
 

Return Value

ActionResult
See Also