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

Starts the process of exporting all the content specified by ContentType in the specified folder. Optionally, all the content in the subfolders may be processed as well. 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.

C#
public StartExportFolderForTranslation(Long FolderID, int ContentType, Boolean IncludeSubfolders, Optional ByVal String ListOfLanguageIDs);
Visual Basic
Public Sub StartExportFolderForTranslation(ByVal FolderID As Long, ByVal ContentType As Integer, ByVal IncludeSubfolders As Boolean, Optional ByVal ListOfLanguageIDs As String = "")
Parameters 
Description 
FolderID 
Specifies the folder containing the content to export. 
ContentType 
Specifies which type or types of content to export.  
IncludeSubfolders 
Specifies whether to export just the specified folder or all subfolders as well. 
ListOfLanguageIDs 
Comma-delimited list of language IDs. e.g., "1031,1036

To export just selected content, 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!