System::Globalization::CultureInfo::GetCultureInfo method
Contents
[
Hide
]CultureInfo::GetCultureInfo(const String&) method
Gets culture by its name. Same as CreateSpecificCulture.
static CultureInfoPtr System::Globalization::CultureInfo::GetCultureInfo(const String &name)
| Parameter | Type | Description | 
|---|---|---|
| name | const String& | Predefined culture name or existing culture object’s name. | 
ReturnValue
Newly created culture object.
See Also
- Typedef CultureInfoPtr
 - Class String
 - Class CultureInfo
 - Namespace System::Globalization
 - Library Aspose.Font for C++
 
CultureInfo::GetCultureInfo(const String&, const String&) method
Gets culture by its name.
static CultureInfoPtr System::Globalization::CultureInfo::GetCultureInfo(const String &name, const String &text_and_compare_culture_name)
| Parameter | Type | Description | 
|---|---|---|
| name | const String& | Culture name. | 
| text_and_compare_culture_name | const String& | Culture name used for TextInfo and CompareInfo objects. | 
ReturnValue
Culture object.
See Also
- Typedef CultureInfoPtr
 - Class String
 - Class CultureInfo
 - Namespace System::Globalization
 - Library Aspose.Font for C++
 
CultureInfo::GetCultureInfo(int32_t) method
Gets culture by id.
static CultureInfoPtr System::Globalization::CultureInfo::GetCultureInfo(int32_t culture)
| Parameter | Type | Description | 
|---|---|---|
| culture | int32_t | Culture identifier. | 
ReturnValue
Newly created culture object.
See Also
- Typedef CultureInfoPtr
 - Class CultureInfo
 - Namespace System::Globalization
 - Library Aspose.Font for C++