blob: 985930c74d833db6288e4e8af2fb92eca8ee5f45 (
plain)
1
2
3
4
5
6
7
8
9
|
#pragma once
#include <linguistic/lngdllapi.h>
#include <rtl/string.hxx>
namespace linguistic
{
LNG_DLLPUBLIC OString Translate(const OString& rTargetLang, const OString& rAPIUrl,
const OString& rAuthKey, const OString& rData);
} // namespace
|