Aspose::Cells::SettableGlobalizationSettings::GetLocalFunctionName method

SettableGlobalizationSettings::GetLocalFunctionName(const U16String&) method

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

U16String Aspose::Cells::SettableGlobalizationSettings::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

SettableGlobalizationSettings::GetLocalFunctionName(const char16_t*) method

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

U16String Aspose::Cells::SettableGlobalizationSettings::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