<!--
To run the tests for a localization, use the following command:
-->
要运行本地化测试，请使用以下命令:

```
go test k8s.io/website/content/<lang>/examples
```

<!--
where `<lang>` is the two character representation of a language. For example:
-->
其中 `<lang>` 是用两个字符表示一种语言。例如:

```
go test k8s.io/website/content/en/examples
```
