Here’s my code:
{{ range first 6 (where .Sites.First.RegularPages "Section" "views")}}
<div class="view-item grid-item">
<div class="img">
<a href="{{ .Permalink }}" data-href="{{ .Params.general_information.image }}"><img src="{{ .Params.general_information.image }}" alt="{{ .Params.title }}|{{ .Params.general_information.slogan }}"></a>
</div>
<div class="text">
<h3 class="text-{{ .Params.general_information.color }} f-serif"><a href="{{ .Permalink }}">{{ .Params.title }}</a></h3>
<p>{{ .Params.general_information.excerpt }}</p>
</div>
</div>
{{ end }}
But when I changed to either /en or original site, it will only retrieve the same language.
My multi-language content were all differs by filename. Such as: hello.en.md, and hello.md.