@@ -163,6 +163,44 @@ the desired agents in the ``Exception Users`` list. The search function in this
163
163
area is only effective, if you have too many agents to display at once to help
164
164
you with the configuration.
165
165
166
+ Language Detection
167
+ ------------------
168
+
169
+ Zammad offers a built in language detection for articles. By default, it is
170
+ turned off. Turn it on by selecting a backend service and confirm by clicking
171
+ **Submit **.
172
+
173
+ After enabling it, Zammad tries to detect the language of each **new ** article.
174
+ The language is not detected for existing articles.
175
+
176
+ .. note ::
177
+ - Currently, there is only one backend service available:
178
+ `Compact Language Detection <https://github.com/jtoy/cld >`_.
179
+ - Be aware that this feature is in its early stages. Enhancements may come in
180
+ very soon.
181
+ - While we noticed it works pretty well, it may fail for some edge cases.
182
+ - The language selection in conditions and the output in the article detail
183
+ view is always in English. The language names are not translated into
184
+ user's current language.
185
+
186
+ You can see the name of the detected language in the detail view of an article.
187
+ You can display additional information by clicking on an article, which expands
188
+ more details:
189
+
190
+ .. figure :: /images/settings/ticket/article-detail-language-detection.png
191
+ :alt: Screenshot showing detected language in article detail view
192
+ :align: center
193
+
194
+ If you are wondering what this feature is useful for, the answer is:
195
+
196
+ - Use the detected language as a condition attribute in triggers and schedulers.
197
+ Examples are: to send auto replies in different languages (see
198
+ :ref: `trigger example <trigger-example-3 >`) and to
199
+ move tickets in a specific language into a specific group.
200
+ - Search by the new article attribute in the advanced search (both via
201
+ language code and language name). Examples: ``article.detected_language:en ``,
202
+ ``article.detected_language_name:english ``
203
+
166
204
Notifications
167
205
-------------
168
206
0 commit comments