Aspose::Cells::SettableGlobalizationSettings::SetLocalFunctionName method

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

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

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

See Also

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

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

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

See Also