Aspose::Cells::SettableGlobalizationSettings::GetLocalBuiltInName method

SettableGlobalizationSettings::GetLocalBuiltInName(const U16String&) method

Gets the locale dependent text for built-in Name according to given standard text.

U16String Aspose::Cells::SettableGlobalizationSettings::GetLocalBuiltInName(const U16String &standardName)
ParameterTypeDescription
standardNameconst U16String&Standard(en-US locale) text of built-in Name.

ReturnValue

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

See Also

SettableGlobalizationSettings::GetLocalBuiltInName(const char16_t*) method

Gets the locale dependent text for built-in Name according to given standard text.

U16String Aspose::Cells::SettableGlobalizationSettings::GetLocalBuiltInName(const char16_t *standardName)
ParameterTypeDescription
standardNameconst char16_t*Standard(en-US locale) text of built-in Name.

ReturnValue

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

See Also