LabelUtils.GetLabelForBuiltInParameter
Description:
Gets the user-visible name for a built-in parameter in a specific LanguageType.
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
)
-
parameterTypeIdIdentifier of the built-in parameter to get the user-visible name.
-
languageThe desired LanguageType to get the user-visible name in.
-
Thrown when the built-in parameter cannot be found.
-
Thrown when the desired LanguageType cannot be found for the built-in parameter name.