Function: org-html--translate
org-html--translate is a byte-compiled function defined in
ox-html.el.gz.
Signature
(org-html--translate S INFO)
Documentation
Translate string S according to specified language.
INFO is a plist used as a communication channel.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
(defun org-html--translate (s info)
"Translate string S according to specified language.
INFO is a plist used as a communication channel."
(org-export-translate s :html info))