C# Class Southwind.React.BingTranslator

Inheritance: ITranslator
显示文件 Open project: signumsoftware/southwind

Public Methods

Method Description
AutoSelect ( ) : bool
TranslateBatch ( List list, string from, string to ) : List

Method Details

AutoSelect() public method

public AutoSelect ( ) : bool
return bool

TranslateBatch() public method

public TranslateBatch ( List list, string from, string to ) : List
list List
from string
to string
return List