GlobalizationSettings.GetLocalFunctionName

GlobalizationSettings.GetLocalFunctionName method

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

public virtual 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