Aspose::Cells::SettableGlobalizationSettings::SetLocalBuiltInName method

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

Sets the locale dependent text for the built-in name with given standard name text.

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

See Also

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

Sets the locale dependent text for the built-in name with given standard name text.

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

See Also