Aspose::Cells::SettableGlobalizationSettings::SetStandardFunctionName method

SettableGlobalizationSettings::SetStandardFunctionName(const U16String&, const U16String&, bool) method

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

void Aspose::Cells::SettableGlobalizationSettings::SetStandardFunctionName(const U16String &localName, const U16String &standardName, bool bidirectional)
ParameterTypeDescription
localNameconst U16String&Locale dependent function name
standardNameconst U16String&Standard(en-US locale) function name.
bidirectionalboolWhether map the standard function name to local function name automatically. If true, the standar name will be mapped to local name automatically so user does not need to call SetLocalFunctionName(string, string, bool) again for the same standard and local names pair

See Also

SettableGlobalizationSettings::SetStandardFunctionName(const char16_t*, const char16_t*, bool) method

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

void Aspose::Cells::SettableGlobalizationSettings::SetStandardFunctionName(const char16_t *localName, const char16_t *standardName, bool bidirectional)
ParameterTypeDescription
localNameconst char16_t*Locale dependent function name
standardNameconst char16_t*Standard(en-US locale) function name.
bidirectionalboolWhether map the standard function name to local function name automatically. If true, the standar name will be mapped to local name automatically so user does not need to call SetLocalFunctionName(string, string, bool) again for the same standard and local names pair

See Also