2027 Method
Changes 2
M

LabelUtils.GetLabelForBuiltInParameter

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
)
  • parameterTypeId
    Identifier of the built-in parameter to get the user-visible name.
  • language
    The desired LanguageType to get the user-visible name in.
Return Value String The built-in parameter name in the desired LanguageType.