Fluent Commerce Logo
Docs
Sign In

Enable Chinese Language in OMS webapps

How-to Guide

Author:

Fluent Commerce staff

Changed on:

14 Sept 2023

Key Points

  • This document describes how to enable the Chinese language in Fluent OMS webapps.  
  • There are 2 Chinese Languages in writing:  Traditional and Simplified.  The Simplified Chinese are mainly used in Mainland China and Traditional Chinese are typically used in Taiwan, Hong Kong and Macau.

Steps

Step arrow right iconupdate Setting: i18n.languages

To enable the Chinese language in OMS, you can add the following values in the Setting: i18n.languages

1        {
2            "code": "zh-CN",
3            "label": "Chinese (Simplified)"
4        },
5        {
6            "code": "zh-TW",
7            "label": "Chinese (Traditional)"
8        }

Language: json

Name: code snippet to add Chinese language

Description:

[Warning: empty required content area]

The VALUE of the setting will look like:

1{
2    "switcherEnabled": true,
3    "accountDefaultLanguage": "en-AU",
4    "languages": [
5        {
6            "code": "en-AU",
7            "label": "English (AU)"
8        },
9        {
10            "code": "th-TH",
11            "label": "Thai (th)"
12        },
13        {
14            "code": "ms-MY",
15            "label": "Malay (MY)"
16        },
17        {
18            "code": "ja-JP",
19            "label": "Japanese (JP)"
20        },
21        {
22            "code": "zh-CN",
23            "label": "Chinese (Simplified)"
24        },
25        {
26            "code": "zh-TW",
27            "label": "Chinese (Traditional)"
28        }
29    ]
30}

Language: plain_text

Name: i18n.languages value:

Description:

[Warning: empty required content area]

Step arrow right iconTest the change

After saving the setting and refresh the browser, Chinese Simplified and Chinese Traditional will appear in the language list on the top right-hand corner of the OMS page:

No alt provided

Step arrow right iconChinese Language

Some words between Simplified and Traditional are identical.  But some Simplified words have less number of strokes compared to Traditional: 

No alt provided
Fluent Commerce staff

Fluent Commerce staff

Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.

Fluent Logo