diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html
index 96366f64..9396665f 100644
--- a/app/templates/packages/view.html
+++ b/app/templates/packages/view.html
@@ -583,6 +583,13 @@
{{ package.type.text }}
{{ _("Technical Name") }}
{{ package.name }}
+ {{ _("Languages") }}
+
+ English
+ {%- for translation in package.translations -%}
+ , {{ translation.language.title }}
+ {%- endfor -%}
+
{{ _("License") }}
{% if package.license == package.media_license %}