Click or drag to resize

AppStringControllerWriteResXFile Method

Generates an .Net resource 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 WriteResXFile(
	AppStringManager appStrManager,
	string filePath,
	int languageId
)

Parameters

appStrManager
Type: Omada.OE.ModelAppStringManager
filePath
Type: SystemString
languageId
Type: SystemInt32

Return Value

Type: String
See Also