Translates all empty string in translation table to a given language.
Namespace:
FLEXYGO.Localization
Assembly:
flxLocalization (in flxLocalization.dll)
public static int TranslateAllEmptyEntriesForCulture(
string ToLanguage,
string key,
int OriginId
)
Public Shared Function TranslateAllEmptyEntriesForCulture ( _
ToLanguage As String, _
key As String, _
OriginId As Integer _
) As Integer
Parameters
- ToLanguage
- Type: String
To language.
- key
- Type: String
The Google Api key.
- OriginId
- Type: Int32
OringinId Strings to translate
Return Value
Number of translated strings
Exception | Condition |
---|
Exception | Error connecting to google |