Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>Test that name_localized selects the exact locale match</title>
<link rel="help" href="https://w3c.github.io/manifest/#name-member" />
<link rel="help" href="https://w3c.github.io/manifest/#dfn-localizable-member" />
<link rel="manifest" href="resources/name_localized-member-exact-match.webmanifest" />
<script src="resources/name_localized-member-manual.js"></script>
<h1>Testing exact locale match for <code>name_localized</code></h1>
<p>
Set your browser locale to one of: <code>en</code>, <code>en-US</code>,
<code>fr</code>, or <code>ja</code>. Install this page as a web
application. To pass, the installed app name must match the
<code>name_localized</code> entry for your exact locale (e.g.,
"American English Name" for <code>en-US</code>, "Nom Français" for
<code>fr</code>).
</p>