Class CultureString
Inheritance
System.Object
CultureString
Implements
System.ICloneable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.LanguagePlatform.Core
Assembly: Sdl.LanguagePlatform.Core.dll
Syntax
public class CultureString : ICloneable
Constructors
CultureString()
Declaration
public CultureString()
CultureString(CultureString)
Declaration
public CultureString(CultureString other)
Parameters
Type | Name | Description |
---|---|---|
CultureString | other |
CultureString(CultureInfo, String)
Declaration
public CultureString(CultureInfo culture, string text)
Parameters
Type | Name | Description |
---|---|---|
System.Globalization.CultureInfo | culture | |
System.String | text |
Properties
Culture
Declaration
public CultureInfo Culture { get; set; }
Property Value
Type | Description |
---|---|
System.Globalization.CultureInfo |
CultureName
Declaration
public string CultureName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Clone()
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object |
Implements
System.ICloneable