feat: Document new query parameter forceLanguage

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet
2025-04-22 12:06:40 +02:00
parent 484349a8d3
commit 68ece85948
3 changed files with 17 additions and 0 deletions

View File

@@ -327,3 +327,8 @@ Adding translations
-------------------
The steps how to set up translations for an app have been moved to it's own page in the "App development" chapter: :ref:`Translation setup`
Testing translations
--------------------
You can use the query parameter ``forceLanguage`` to force a specific language for a web request (API or frontend). See :ref:`Forcing language for a given call<api-force-language>`.