| ObjectTranslationRESTServiceGetTranslation Method  | 
            Returns XLIFF translation of the given object.
            
 
Namespace: CMS.DocumentWebServicesAssembly: CMS.DocumentWebServices (in CMS.DocumentWebServices.dll) Version: 8.2.23
Syntaxpublic static Stream GetTranslation(
	Object obj,
	string currentSiteName
)
Parameters
- obj
 - Type: SystemObject
Object to translate - currentSiteName
 - Type: SystemString
Name of the current site 
Return Value
Type: 
Stream
See Also