Aspose::Cells::GlobalizationSettings::GetLocalBuiltInName method
Contents
[
Hide
]GlobalizationSettings::GetLocalBuiltInName(const U16String&) method
Gets the locale dependent text for built-in Name according to given standard text.
virtual U16String Aspose::Cells::GlobalizationSettings::GetLocalBuiltInName(const U16String &standardName)
Parameter | Type | Description |
---|---|---|
standardName | const 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
- Class U16String
- Class Vector
- Class GlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
GlobalizationSettings::GetLocalBuiltInName(const char16_t*) method
Gets the locale dependent text for built-in Name according to given standard text.
virtual U16String Aspose::Cells::GlobalizationSettings::GetLocalBuiltInName(const char16_t *standardName)
Parameter | Type | Description |
---|---|---|
standardName | const 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
- Class U16String
- Class Vector
- Class GlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++