C# Class SeoEmpire.Utils.GoogleTranslate

ファイルを表示 Open project: akellan/SeoEmpire

Public Methods

Method Description
GoogleTranslateClosedTagsFastHack ( string text ) : string
Send ( string text, System.Language from, System.Language to ) : string

Private Methods

Method Description
CreateRequest ( string text, System.Language lFrom, System.Language lTo ) : String
ResolveLang ( System.Language lang ) : string

Method Details

GoogleTranslateClosedTagsFastHack() public static method

public static GoogleTranslateClosedTagsFastHack ( string text ) : string
text string
return string

Send() public static method

public static Send ( string text, System.Language from, System.Language to ) : string
text string
from System.Language
to System.Language
return string