Aspose::Cells::SettableGlobalizationSettings::SetStandardBuiltInName method
Contents
[
Hide
]SettableGlobalizationSettings::SetStandardBuiltInName(const U16String&, const U16String&, bool) method
Sets the locale dependent function name according to given standard function name.
void Aspose::Cells::SettableGlobalizationSettings::SetStandardBuiltInName(const U16String &localName, const U16String &standardName, bool bidirectional)
Parameter | Type | Description |
---|---|---|
localName | const U16String& | Locale dependent function name |
standardName | const U16String& | Standard(en-US locale) function name. |
bidirectional | bool | Whether map the standard name text to local name text automatically. If true, the standar name text will be mapped to local name text automatically so user does not need to call SetLocalBuiltInName(string, string, bool) again for the same standard and local names pair |
See Also
- Class Vector
- Class U16String
- Class SettableGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
SettableGlobalizationSettings::SetStandardBuiltInName(const char16_t*, const char16_t*, bool) method
Sets the locale dependent function name according to given standard function name.
void Aspose::Cells::SettableGlobalizationSettings::SetStandardBuiltInName(const char16_t *localName, const char16_t *standardName, bool bidirectional)
Parameter | Type | Description |
---|---|---|
localName | const char16_t* | Locale dependent function name |
standardName | const char16_t* | Standard(en-US locale) function name. |
bidirectional | bool | Whether map the standard name text to local name text automatically. If true, the standar name text will be mapped to local name text automatically so user does not need to call SetLocalBuiltInName(string, string, bool) again for the same standard and local names pair |
See Also
- Class Vector
- Class SettableGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++