Aspose::Cells::GlobalizationSettings::GetLocalFunctionName method
Contents
[
Hide
]GlobalizationSettings::GetLocalFunctionName(const U16String&) method
Gets the locale dependent function name according to given standard function name.
virtual U16String Aspose::Cells::GlobalizationSettings::GetLocalFunctionName(const U16String &standardName)
Parameter | Type | Description |
---|---|---|
standardName | const U16String& | Standard(en-US locale) function name. |
ReturnValue
Locale dependent function name. 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::GetLocalFunctionName(const char16_t*) method
Gets the locale dependent function name according to given standard function name.
virtual U16String Aspose::Cells::GlobalizationSettings::GetLocalFunctionName(const char16_t *standardName)
Parameter | Type | Description |
---|---|---|
standardName | const char16_t* | Standard(en-US locale) function name. |
ReturnValue
Locale dependent function name. 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++