Languages setup
PreviousTroubleshooting AI model downloads and configurationNextAI writing assistant (AIWA) configuration
Was this helpful?
Pick the languages you want to install during setup.
Use language short codes like en_US. Get the full list from Supported languages.
This step downloads language resources. It requires outbound Internet access during installation or Docker image build.
STEP 6. SELECT LANGUAGES TO INSTALL
Select the language you'd like to install by entering their respective language IDs (e.g. en_US). You can input multiple IDs separated by commas.
Enter the language ID(s):If you choose the shortcode that is not appropriate you will receive one of the two messages:
1) Error. The language ID 'xx_XX' is not recognized.→ In case you used incorrect shortcode. So you will need recheck the list of the specified shortcodes and fix the mistake.
2) Warning. The language ID 'xx_XX' has been skipped and won't be installed. → For all AI-based languages that you can chose on the next step.

If you choose the shortcode that is not appropriate you will receive one of the two messages:
1) Error. The language ID 'xx_XX' is not recognized.→ In case you used incorrect shortcode. So you will need recheck the list of the specified shortcodes and fix the mistake.
2) Warning. The language ID 'xx_XX' has been skipped and won't be installed. → For all AI-based languages that you can chose on the next step.
Set the language list at build time with WPR_LANGUAGES.
It uses the same comma-separated short codes as the installers.
If you build from our Docker configurations, pass it the same way:
If a short code is invalid, setup shows an error.
Some languages can be skipped with a warning, depending on your setup choices.
Only installed languages appear in the UI language drop-down.
Requests for non-installed languages will not work as expected.
Windows/Linux: rerun the installer and update the language list.
Docker: rebuild the image with a new WPR_LANGUAGES value.
Was this helpful?
Was this helpful?
docker build \
--build-arg WPR_LANGUAGES=en_US,en_GB \
-t local/wsc_app -f Dockerfile .
