Author:
Fluent Commerce
Changed on:
14 Sept 2023
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]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:
Some words between Simplified and Traditional are identical. But some Simplified words have less number of strokes compared to Traditional:
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.