GlobalizationSettings.GetLocalBuiltInName

GlobalizationSettings.GetLocalBuiltInName method

Gets the locale dependent text for built-in Name according to given standard text.

public virtual string GetLocalBuiltInName(string standardName)
ParameterTypeDescription
standardNameStringStandard(en-US locale) text of built-in Name.

Return Value

Locale dependent text. The locale was specified by the Workbook for which this settings is used.

See Also