PresentationAI
Translate Method
|
Translate the text of the slide in the PPT into the specified language
Namespace:
Spire.Presentation.AI
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public string Translate(
ISlide slide,
string language
)
Public Function Translate (
slide As ISlide,
language As String
) As String
public:
String^ Translate(
ISlide^ slide,
String^ language
)
member Translate :
slide : ISlide *
language : string -> string
Parameters
-
slide
-
Type:
Spire.Presentation
ISlide
Slide that need to be translated.
-
language
-
Type:
System
String
The language to translate into
Return Value
Type:
String
a string indicating whether the processing was successful or not.
See Also