Aspose::Cells::GlobalizationSettings::GetLocalFunctionName method

GlobalizationSettings::GetLocalFunctionName(const U16String&) method

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

virtual U16String Aspose::Cells::GlobalizationSettings::GetLocalFunctionName(const U16String &standardName)
ParameterTypeDescription
standardNameconst U16String&Standard(en-US locale) function name.

ReturnValue

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

See Also

GlobalizationSettings::GetLocalFunctionName(const char16_t*) method

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

virtual U16String Aspose::Cells::GlobalizationSettings::GetLocalFunctionName(const char16_t *standardName)
ParameterTypeDescription
standardNameconst char16_t*Standard(en-US locale) function name.

ReturnValue

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

See Also