LibreOffice Module linguistic (master) 1
translate.hxx
Go to the documentation of this file.
1#pragma once
3#include <rtl/string.hxx>
4
5namespace linguistic
6{
7LNG_DLLPUBLIC OString Translate(const OString& rTargetLang, const OString& rAPIUrl,
8 const OString& rAuthKey, const OString& rData);
9} // namespace
#define LNG_DLLPUBLIC
Definition: lngdllapi.h:29
OString Translate(const OString &rTargetLang, const OString &rAPIUrl, const OString &rAuthKey, const OString &rData)
Definition: translate.cxx:12