Documentation ¶
Index ¶
Constants ¶
View Source
const ( //语言定于,参考标准: ISO_639-1 ZhCN = "zh-CN" //简体中文 EN = "en" //英语 JA = "ja" //日语 DE = "de" //德语 )
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() *i18n
Types ¶
type BaiduTranslator ¶
BaiduTranslator 百度翻译开放平台信息
func (*BaiduTranslator) Translate ¶
func (bi *BaiduTranslator) Translate(text, from, to string) (string, error)
Translate 翻译 传入需要翻译的语句
type ITranslator ¶
func NewBaiduTranslator ¶
func NewBaiduTranslator(appID, SecretKey string) ITranslator
func NewYoudaoTranslator ¶
func NewYoudaoTranslator(appID, SecretKey string) ITranslator
Click to show internal directories.
Click to hide internal directories.