Multi lingual support in kibana website

How to specify all three languages en,zh-CN, ja-JP in locale

apiVersion: kibana.k8s.elastic.co/v1
kind: Kibana
metadata:
name: test-kibana
namespace: staging
spec:
http:
tls:
selfSignedCertificate:
disabled: true
version: 7.6.2
count: 1
elasticsearchRef:
name: test-elk-nodes
config:
i18n:
locale: "zh-CN"

How to specify all three locale en,zh-CN, ja-JP

You can't start Kibana with multiple languages at once, you have to pick a single one. One approach you could try is to start three Kibana instances all pointing to the same Elasticsearch cluster using separate locale settings respectively.

Then the user has to pick the right instance for their language.

1 Like

Thanks Joe!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.