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

Starts the process of exporting all menus. The status of the process may be monitored by visiting localizationjobs.aspx, which uses methods in this class. The translatable text is exported as an XLIFF file and compressed in a ZIP file. The XLIFF file is suitable for sending to a translator. Once translated, the XLIFF file should be imported using the StartImportTranslation method.

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

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!