Method ExportLocalizations
ExportLocalizations(List<PdmObjectId>, CultureInfo[], string, string, bool)
Exports localizations (.TopDic or .xliff file).
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 55, 0)]
void ExportLocalizations(List<PdmObjectId> inProjectIds, CultureInfo[] inCultures, string inDirectoryPath, string inFileExtension, bool inCreateFolderPath)
Parameters
| Type | Name | Description |
|---|---|---|
| List<PdmObjectId> | inProjectIds | Identifiers of projects to export. |
| CultureInfo[] | inCultures | Cultures to export. |
| string | inDirectoryPath | Directory path where translation files are stored. |
| string | inFileExtension | File extension (must be .TopDic or .xliff). |
| bool | inCreateFolderPath | Create folders reproducing the full path of the projects. |