This documentation is for an older version of GoodData.
Go to the latest version of this article.
CatalogWorkspaceService.
save_metadata_locale_to_disk
save_metadata_locale_to_disk(
workspace_id: str, target_language: str, file_path: Path
) ->
None
Save the metadata localization for a workspace to a file.
Parameters
name | type | description |
---|---|---|
workspace_id | str | The ID of the workspace. |
target_language | str | The target language for the metadata localization. |
file_path | Path | The path to the file where the XLIFF content will be saved. |