Click or drag to resize

RuntimeManagerChangeDefaultLanguage Method

Change default language.

Namespace:  OpenTestSystem.Otx.Runtime.Api
Assembly:  OpenTestSystem.Otx.Runtime.Api (in OpenTestSystem.Otx.Runtime.Api.dll) Version: 5.5.0.0 (6.1.0.31040)
Syntax
public void ChangeDefaultLanguage(
	string projectName,
	string value
)

Parameters

projectName
Type: SystemString
The project name
value
Type: SystemString
The value changed

Implements

IRuntimeManagerChangeDefaultLanguage(String, String)
See Also