Click or drag to resize

AppStringControllerWriteJavaScriptFile Method

Generates an JavaScript file based on the provided AppStrings.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static string WriteJavaScriptFile(
	AppStringManager appStrManager,
	string filePath,
	Language language
)

Parameters

appStrManager
Type: Omada.OE.ModelAppStringManager
filePath
Type: SystemString
language
Type: Omada.OE.ModelLanguage

Return Value

Type: String
See Also