{"id":26018,"date":"2020-03-18T19:24:52","date_gmt":"2020-03-18T18:24:52","guid":{"rendered":"http:\/\/help.qualiware.it\/qw-help\/?p=26018"},"modified":"2020-03-18T19:37:51","modified_gmt":"2020-03-18T18:37:51","slug":"traduzione-di-un-testo","status":"publish","type":"post","link":"https:\/\/help.qualiware.it\/qw-help\/traduzione-di-un-testo\/","title":{"rendered":"Traduzione di un testo"},"content":{"rendered":"<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"csharp\">' Il seguente snippet pu\u00f2 essere utilizzato per tradurre il testo contenuto in una casella di testo, secondo una lingua che pu\u00f2 essere scelta a partire da una tendina che potr\u00e0 contenere la lista delle lingue nel seguente formato:\r\n'  &lt;codice lingua&gt; - &lt;descrizione lingua&gt;\r\n' esempio:\r\n'   en - Inglese\r\n'   it - Italiano\r\n'   fr - Francese\r\n'   de - Tedesco\r\n'   es - Spagnolo\r\n'  \r\nif not empty(form.findcontrol(\"cb_language\").value)\r\n       form.findcontrol(\"testotradotto\").Text = QWTranslateBing(form.findcontrol(\"testooriginale\").Text, trim(left(form.findcontrol(\"cb_language\").Value,at(\" - \",form.findcontrol(\"cb_language\").Value))))\r\nelse\r\n       form.Alert(\"selezionare una lingua!\")\r\nend if\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>&#8216; Il seguente snippet pu\u00f2 essere utilizzato per tradurre il testo contenuto in una casella di testo, secondo una lingua che pu\u00f2 essere scelta a partire da una tendina che potr\u00e0 contenere la lista delle lingue nel seguente formato: &#8216; &lt;codice lingua&gt; &#8211; &lt;descrizione lingua&gt; &#8216; esempio: &#8216; en &#8211; Inglese &#8216; it &#8211; Italiano&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"ngg_post_thumbnail":0,"footnotes":""},"categories":[65],"tags":[71],"acf":[],"_links":{"self":[{"href":"https:\/\/help.qualiware.it\/qw-help\/wp-json\/wp\/v2\/posts\/26018"}],"collection":[{"href":"https:\/\/help.qualiware.it\/qw-help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/help.qualiware.it\/qw-help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/help.qualiware.it\/qw-help\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/help.qualiware.it\/qw-help\/wp-json\/wp\/v2\/comments?post=26018"}],"version-history":[{"count":0,"href":"https:\/\/help.qualiware.it\/qw-help\/wp-json\/wp\/v2\/posts\/26018\/revisions"}],"wp:attachment":[{"href":"https:\/\/help.qualiware.it\/qw-help\/wp-json\/wp\/v2\/media?parent=26018"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/help.qualiware.it\/qw-help\/wp-json\/wp\/v2\/categories?post=26018"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/help.qualiware.it\/qw-help\/wp-json\/wp\/v2\/tags?post=26018"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}