Use LuxMT to translate text between Luxembourgish and other languages. Enter or paste your text below and select your source and target languages. The translation is powered by local AI models. The highest confidence translation directions are: lb→en, lb→de, and lb→fr.
A part of the LuxASR project, LuxMT is a machine translation service specifically designed for Luxembourgish. It uses advanced language models running locally at the University of Luxembourg to provide high-quality translations between Luxembourgish and several other languages including English, French, and German.
For programmatic access to the translation service, use the following endpoint:
curl -X POST "https://luxasr.uni.lu/luxmt/translate" \
-H "Content-Type: application/json" \
-d '{
"text": "Your text here",
"source_lang": "lb",
"target_lang": "en",
"think": false,
"summary": false,
"plain_language": false
}'
think enables extended reasoning (slower). summary adds a concise summary in the target language. plain_language adds an accessible summary (Easy Read for English, FALC for French, Leichte Sprache for German).
All translations are processed on servers at the University of Luxembourg. No data is stored permanently or shared with third parties. The translation quality may vary depending on the text complexity and language pair. For critical translations, we recommend consulting a professional translator.
Learn more about LuxMT. This service is developed by Nils Rehlinger, Léopold Hillah, and Peter Gilles at the University of Luxembourg.