From 54c6fd1fa885ae2a665cb9e0b95bfe888e95c63d Mon Sep 17 00:00:00 2001
From: Matthieu Fesselier <matthieu.fesselier@gmail.com>
Date: Tue, 28 Jul 2020 14:41:50 +0200
Subject: [PATCH] update: i18n store method

---
 source/import_documentation/Store-doc.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/source/import_documentation/Store-doc.rst b/source/import_documentation/Store-doc.rst
index 5f3b137..de75371 100644
--- a/source/import_documentation/Store-doc.rst
+++ b/source/import_documentation/Store-doc.rst
@@ -123,6 +123,17 @@ Manually remove a resource from the cache
 * ``id``: uri of the resource to remove from the cache
 
 
+``selectLanguage``
+^^^^^^^^^^^^^^^^^^
+
+Select the language to use to fetch data. If the data is not available, English is served by default.
+
+**parameters**
+
+* ``language``: code of the language. ie: ``fr``
+
+
+
 Store reactivity
 ----------------
 
-- 
GitLab