Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/mozilla/add-ons/webextensions/manifest.json/default_locale/index.md
6581 views
---
title: default_locale slug: Mozilla/Add-ons/WebExtensions/manifest.json/default_locale page-type: webextension-manifest-key tags: - Add-ons - Extensions - WebExtensions browser-compat: webextensions.manifest.default_locale
---

{{AddonSidebar}}

Type String
Mandatory Contingent: must be present if the _locales subdirectory is present, must be absent otherwise.
Example
"default_locale": "en"

This key must be present if the extension contains the _locales directory, and must be absent otherwise. It identifies a subdirectory of _locales, and this subdirectory will be used to find the default strings for your extension.

See Internationalization.

Example

"default_locale": "en"

Browser compatibility

{{Compat}}