Hi guys, today I am pleased to introduce my new B4ATranslator library.
Based on Bing Translator.
The zip contain the library and demo.
Go to this address below and register to get your own key.
The Link below show a Complete video how u can get your client id and client secret. I ope it´s use full.
http://wordfast.fi/blog/cat-tools/2...nslator-api-with-client-id-and-client-secret/
Any comment will be appreciated.
Thanks in advance
B4ATranslator
Author: Giuseppe Salvi
Version: 1
Based on Bing Translator.
The zip contain the library and demo.
Go to this address below and register to get your own key.
The Link below show a Complete video how u can get your client id and client secret. I ope it´s use full.
http://wordfast.fi/blog/cat-tools/2...nslator-api-with-client-id-and-client-secret/
Any comment will be appreciated.
Thanks in advance
B4ATranslator
Author: Giuseppe Salvi
Version: 1
Fields:- ARABIC As String
- BULGARIAN As String
- CATALAN As String
- CHINESE_SIMPLIFIED As String
- CHINESE_TRADITIONAL As String
- CZECH As String
- DANISH As String
- DUTCH As String
- ENGLISH As String
- ESTONIAN As String
- FINNISH As String
- FRENCH As String
- GERMAN As String
- GREEK As String
- HAITIAN As String
- HEBREW As String
- HINDI As String
- HMONG As String
- HUNGARIAN As String
- INDONESIAN As String
- ITALIAN As String
- JAPANESE As String
- KOREAN As String
- LATVIAN As String
- LITHUANIAN As String
- MALAY As String
- NORWEGIAN As String
- PERSIAN As String
- POLISH As String
- PORTUGUESE As String
- ROMANIAN As String
- RUSSIAN As String
- SLOVAK As String
- SLOVENIAN As String
- SPANISH As String
- SWEDISH As String
- THAI As String
- TURKISH As String
- UKRAINIAN As String
- URDU As String
- VIETNAMESE As String
- B4ATranslator
Permissions:- android.permission.ACCESS_NETWORK_STATE
- android.permission.INTERNET
- ApiKey As String
Get or Set the ApiKey
Example:
a.ApiKey = "XXXXXXXXXXXXXXXXXXXXXXXXX" - ClientId As String
Get or Set the ClientId
Example:
a.ClientId = "XXXXXXXXXXXXXXXXXXXXXXXXX" - ClientSecret As String
Get or Set the ClientSecret
Example:
a.ClientSecret = "XXXXXXXXXXXXXXXXXXXXXXXXX" - LangForTrans As String [read only]
Return one of the language to be used for translation - LanguagesForList As ArrayList [read only]
Return the list of the Languages to be diplayed - LanguagesForTranslation As ArrayList [read only]
Return the list of the languages to be used for translation - Source As String
Get or Set Source Language for translation
Example:
a.Source = "en" - Target As String
Get or Set Target Language for translation
Example:
a.Targt = "it" - Text As String
Get or Set text to be Translated
Example:
a.Text = "blablablablablabla" - Translate As TextView [write only]
Translates text set before in a.text
Example:
a.Translation = Label1
Attachments
Last edited: