New CADforum look launched.
Over 1.081.000 registered users (EN+CZ). New 1D nesting and 3D nesting tools, updated Color converter. New AutoCAD 2025 commands and variables. Learn about twiGIS.
Over 1.081.000 registered users (EN+CZ). New 1D nesting and 3D nesting tools, updated Color converter. New AutoCAD 2025 commands and variables. Learn about twiGIS.
CAD tip # 8162:
Question
A
The gTRANS command from the CADstudio TRANS AutoCAD add-on utility has 9 predefined language pairs to translate from-to. So it can automatically translate DWG drawing texts from or to: English, German, Czech, Italian, French, Spanish, Portuguese, Slovak and Finnish.
But you can easily add (or change) your own language - any language supported by Google Translate and based on 8-bit coding. As advised in the TRANS readme, use the gTrans_langlist LISP variable to define the language pairs. E.g.:
(setq gTrans_langlist '(("en" . "English")("nl" . "Nederlands")("no" . "Norsk")("sl" . "Slovenski") ))
will limit the language selection to English, Dutch, Norwegian and Slovenian.
Then just pick the texts to translate automatically (and of course then fix the imperfections of the machine translation).
ACAD
*CAD
24.8.2011
10016×
applies to: AutoCAD ·