GlobalizationSettings.GetStandardFunctionName

GlobalizationSettings.GetStandardFunctionName method

Gets the standard function name according to given locale dependent function name.

public virtual string GetStandardFunctionName(string localName)
ParameterTypeDescription
localNameStringLocale dependent function name. The locale was specified by the Workbook for which this settings is used.

Return Value

Standard(en-US locale) function name.

See Also