ITranslatorProvider Methods
Declares members implemented by classes representing translation providers, which can be used in the Localization Tool.Name | Description |
---|---|
GetLanguages() | Returns the list of culture codes, for which translations are possible. |
Translate(String[], String, String) | Performs the translation of the specified texts. |
See Also