You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Classes > Localization Class > Localization Methods > StartExportContentForTranslation
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Localization.StartExportContentForTranslation Method

Starts the process of exporting the content specified by ListOfContentIDs. The status of the process may be monitored by visiting localizationjobs.aspx, which uses methods in this class. The translatable text and documents are exported as XLIFF files compressed in ZIP files. The XLIFF files are suitable for sending to a translator. Once translated, the XLIFF files should be imported using the StartImportTranslation method.

C#
public StartExportContentForTranslation(String ListOfContentIDs, Optional ByVal String ListOfLanguageIDs);
Visual Basic
Public Sub StartExportContentForTranslation(ByVal ListOfContentIDs As String, Optional ByVal ListOfLanguageIDs As String = "")
Parameters 
Description 
ListOfContentIDs 
Comma-delimited list of content IDs. e.g., "11,12
ListOfLanguageIDs 
Comma-delimited list of language IDs. e.g., "1031,1036

To export all content in a folder, use StartExportFolderForTranslation (Long Integer Boolean String). See http://www.xliff.org for more information about XLIFF.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!