CatalogWorkspaceService.

get_metadata_localization

get_metadata_localization( workspace_id: str, target_language: str ) -> bytes

Retrieve the metadata localization for a workspace.

Parameters

nametypedescription
workspace_idstrThe ID of the workspace for which to retrieve the metadata localization.
target_languagestrThe target language code for the localization.

Returns

typedescription
bytesThe encoded metadata localization in the target language.