Aspose::Cells::GlobalizationSettings::GetStandardBuiltInName method
Contents
[
Hide
]GlobalizationSettings::GetStandardBuiltInName(const U16String&) method
Gets the standard text of built-in Name according to given locale dependent text.
virtual U16String Aspose::Cells::GlobalizationSettings::GetStandardBuiltInName(const U16String &localName)
Parameter | Type | Description |
---|---|---|
localName | const U16String& | Locale dependent text of built-in Name. The locale was specified by the Workbook for which this settings is used. |
ReturnValue
Standard(en-US locale) text.
See Also
- Class U16String
- Class Vector
- Class GlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
GlobalizationSettings::GetStandardBuiltInName(const char16_t*) method
Gets the standard text of built-in Name according to given locale dependent text.
virtual U16String Aspose::Cells::GlobalizationSettings::GetStandardBuiltInName(const char16_t *localName)
Parameter | Type | Description |
---|---|---|
localName | const char16_t* | Locale dependent text of built-in Name. The locale was specified by the Workbook for which this settings is used. |
ReturnValue
Standard(en-US locale) text.
See Also
- Class U16String
- Class Vector
- Class GlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++