Table of Contents
Important
This page has been moved. Please update your bookmarks.
Click here to be redirected to our new on-premises documentation.
View outdated content
Overleaf has been translated into multiple languages.
The language can be set via OVERLEAF_SITE_LANGUAGE (or SHARELATEX_SITE_LANGUAGE for versions 4.x and earlier) with one of the following options:
en- English (default)es- Spanishpt- Portuguesede- Germanfr- Frenchcs- Czechnl- Dutchsv- Swedishit- Italiantr- Turkishzh-CN- Chinese (simplified)no- Norwegianda- Danishru- Russianko- Koreanja- Japanesepl- Polishfi- Finnish
Some of these are more complete than others, we always endeavour to have all supported languages fully translated, if you would like to help with our translations please get in touch!
Multi Language support
Overleaf can support multiple languages per container. This is done via different domains configured to respond in a set language using the env variable OVERLEAF_LANG_DOMAIN_MAPPING (or SHARELATEX_LANG_DOMAIN_MAPPING for versions 4.x and earlier) with an escaped JSON string.
OVERLEAF_LANG_DOMAIN_MAPPING = '
{
"www": {
"lngCode": "en",
"url": "http:\/\/www.mysite.com"
},
"fr": {
"lngCode": "fr",
"url": "http:\/\/fr.mysite.com"
},
"de": {
"lngCode": "de",
"url": "http:\/\/de.mysite.com"
},
"sv": {
"lngCode": "sv",
"url": "http:\/\/sv.mysite.com"
},
"zh": {
"lngCode": "zh-CN",
"url": "http:\/\/zh.mysite.com"
},
"es": {
"lngCode": "es",
"url": "http:\/\/es.mysite.com"
}
}'
Setup & Managing Overleaf
- Quickstart Guide (Overleaf Toolkit)
- Hardware Requirements
- Database & Dependencies
- Creating and managing users
- General configuration
- Configuring Email
- SSL & Nginx reverse proxy
- Data and Backups
- Configuring Headers, Footers & Logo
- Password Restrictions
- i18n Languages
- Logging
- Common Config Options
- F.A.Q
- Troubleshooting
- Full Project History Migration
Server Pro
- Getting Server Pro
- Setup and Update
- Sandboxed Compiles
- LDAP
- SAML
- Templates System
- Learn Pages
- Git Integration
- Horizontal Scaling
- Infrastructure