C# Class SimonsRelocalizer.Modules.LocaleChanger

Mostrar archivo Open project: lhr0909/SC2Patch150Relocalizer

Public Properties

Property Type Description
newAsset string
newLocale string
newRegion string

Public Methods

Method Description
Relocalize ( ) : int

Private Methods

Method Description
AddRegionsXML ( ) : void
ChangeAgentDB ( ) : void
ChangeLauncherDB ( ) : void
ChangeProductArchive ( ) : void
ChangeRegion ( ) : void
ChangeVarsTxt ( ) : void
CheckIfAssetExists ( string asset ) : bool
replaceAgent1 ( Match m ) : string
replaceAgent2 ( Match m ) : string
replaceAgent3 ( Match m ) : string

Method Details

Relocalize() public static method

public static Relocalize ( ) : int
return int

Property Details

newAsset public_oe static_oe property

public static string newAsset
return string

newLocale public_oe static_oe property

public static string newLocale
return string

newRegion public_oe static_oe property

public static string newRegion
return string