Click or drag to resize
MultiLanguageGetLanguage Method
登录之前获取工程的语言。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string GetLanguage(
	string appId,
	string prjId
)

Parameters

appId
Type: SystemString
应用标识。
prjId
Type: SystemString
工程标识。

Return Value

Type: String
语言。
See Also