返回用户文档首页
将源字段转译为当前语言下的字段
Namespace: LoongCAD.LocalizationAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntaxpublic static string Local(
string text,
string env = null
)
Parameters
- text String
- 源字段
- env String (Optional)
- 所在环境
Return Value
String转译后的字段
See Also