Click or drag to resize

LangLocal Method

返回用户文档首页
将源字段转译为当前语言下的字段

Namespace: LoongCAD.Localization
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public static string Local(
	string text,
	string env = null
)

Parameters

text  String
源字段
env  String  (Optional)
所在环境

Return Value

String
转译后的字段
See Also