C# Class Cats.Helpers.LanguageHelper

Show file Open project: edgecomputing/cats

Public Methods

Method Description
Translate ( this html, string phrase, string language = "EN" ) : string
Translate2 ( this html, string pageName, string phrase, string language = "EN" ) : string
TranslatePage ( this html, string pageName, string language = "EN" ) : string>.Dictionary

Private Methods

Method Description
TranslatePage ( string pageName, string language = "EN" ) : string>.Dictionary

Method Details

Translate() public static method

public static Translate ( this html, string phrase, string language = "EN" ) : string
html this
phrase string
language string
return string

Translate2() public static method

public static Translate2 ( this html, string pageName, string phrase, string language = "EN" ) : string
html this
pageName string
phrase string
language string
return string

TranslatePage() public static method

public static TranslatePage ( this html, string pageName, string language = "EN" ) : string>.Dictionary
html this
pageName string
language string
return string>.Dictionary