<Code Lib>
2024 Method
Changes 2
M

LabelUtils.GetLabelForBuiltInParameter(ForgeTypeId, LanguageType)

Description:
Gets the user-visible name for a built-in parameter in a specific LanguageType.
Overloads (2):
GetLabelForBuiltInParameter(ForgeTypeId,LanguageType)

public static string GetLabelForBuiltInParameter(
	ForgeTypeId parameterTypeId,
	LanguageType language
)

Return Value string The built-in parameter name in the desired LanguageType.

Loading…