In This Topic
Translates all texts in the specified project.
Syntax
public void TranslateProject(
string
)
public:
void TranslateProject(
String^
)
Parameters
- strProjectName
- Full link file name of the project to be translated.
Exceptions
Exception | Description |
ArgumentException | Thrown in case of
invalid arguments,
e.g. the project does
not exist. |
ApplicationException | \Internal interface
necessary for
translation could not
be created. |
BaseException | An error occurred,
while translating the
project. |
See Also