diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 3ed966f377..a648a9e7a9 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1304,6 +1304,35 @@ Core layer for images cannot be removed
+ IMAGE_LINGUAS
+
+
+ Specifies the list of locales to install into the image
+ during the packaging process.
+ The OpenEmbedded build system automatically splits locale
+ files, which are used for localization, into separate
+ packages.
+ Setting the IMAGE_LINGUAS variable
+ ensures that any locale packages that correspond to packages
+ already selected for installation into the image are also
+ installed.
+ Here is an example:
+
+ IMAGE_LINGUAS = "pt-br de-de"
+
+ In this example, the build system ensures any Brazilian
+ Portuguese and German locale files that correspond to
+ packages in the image are installed (i.e.
+ *-locale-pt-br
+ and *-locale-de-de as well as
+ *-locale-pt
+ and *-locale-de, since some software
+ packages only provide locale files by language and not by
+ country-specific language).
+
+
+
+
IMAGE_OVERHEAD_FACTOR