blob: d0bed3984c168c9db7faa7936d71a913b9716fe3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
---
title: lang
slug: Web/Manifest/lang
tags:
- マニフェスト
- ウェブ
- lang
browser-compat: html.manifest.lang
translation_of: Web/Manifest/lang
---
{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}}
<table class="properties">
<tbody>
<tr>
<th scope="row">型</th>
<td>`String`</td>
</tr>
<tr>
<th scope="row">必須</th>
<td>いいえ</td>
</tr>
</tbody>
</table>
_`lang`_ メンバーは単一の[言語タグ](../HTML/Global_attributes/lang)を持つ文字列です。これは、マニフェストの書字方向に対応しているメンバーの主言語を指定し、 [`dir`](/ja/docs/Web/Manifest/dir) と共に書字方向を特定します。
## 例
```json
"lang": "en-US"
```
## 仕様書
{{Specifications}}
## ブラウザーの互換性
{{Compat}}
|