SettableGlobalizationSettings.GetLocalFunctionName

SettableGlobalizationSettings.GetLocalFunctionName method

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

public override string GetLocalFunctionName(string standardName)
ParameterTypeDescription
standardNameStringStandard(en-US locale) function name.

Return Value

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

See Also