Table of Contents

Struct LocalizedString

Namespace
I2.Loc
Assembly
Assembly-CSharp.dll
public struct LocalizedString
Inherited Members
Extension Methods

Constructors

LocalizedString(LocalizedString)

public LocalizedString(LocalizedString str)

Parameters

str LocalizedString

Fields

mRTL_ConvertNumbers

public bool mRTL_ConvertNumbers

Field Value

bool

mRTL_IgnoreArabicFix

public bool mRTL_IgnoreArabicFix

Field Value

bool

mRTL_MaxLineLength

public int mRTL_MaxLineLength

Field Value

int

mTerm

public string mTerm

Field Value

string

m_DontLocalizeParameters

public bool m_DontLocalizeParameters

Field Value

bool

Methods

ToString()

public override string ToString()

Returns

string

Operators

implicit operator string(LocalizedString)

public static implicit operator string(LocalizedString s)

Parameters

s LocalizedString

Returns

string

implicit operator LocalizedString(string)

public static implicit operator LocalizedString(string term)

Parameters

term string

Returns

LocalizedString