locale¶
Set locale for the CLI startup
locale Specification¶
Parameter Value Type Configuration Resource Element Name locale Element URI /axapi/v3/locale Element Attributes locale_attributes Partition Visibility shared Schema locale schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/locale | ||
Get Object | GET | /axapi/v3/locale | ||
Modify Object | POST | /axapi/v3/locale | ||
Replace Object | PUT | /axapi/v3/locale | ||
Delete Object | DELETE | /axapi/v3/locale |
locale attributes¶
test
Description: test is a JSON Block. Please see below for test
Type: Object
Reference Object: /axapi/v3/locale/test
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
value
Description ‘en_US.UTF-8’: English locale for the USA, encoding with UTF-8 (default); ‘zh_CN.UTF-8’: Chinese locale for PRC, encoding with UTF-8; ‘zh_CN.GB18030’: Chinese locale for PRC, encoding with GB18030; ‘zh_CN.GBK’: Chinese locale for PRC, encoding with GBK; ‘zh_CN.GB2312’: Chinese locale for PRC, encoding with GB2312; ‘zh_TW.UTF-8’: Chinese locale for Taiwan, encoding with UTF-8; ‘zh_TW.BIG5’: Chinese locale for Taiwan, encoding with BIG5; ‘zh_TW.EUCTW’: Chinese locale for Taiwan, encoding with EUC-TW; ‘ja_JP.UTF-8’: Japanese locale for Japan, encoding with UTF-8; ‘ja_JP.EUC-JP’: Japanese locale for Japan, encoding with EUC-JP;
Type: string
Supported Values: en_US.UTF-8, zh_CN.UTF-8, zh_CN.GB18030, zh_CN.GBK, zh_CN.GB2312, zh_TW.UTF-8, zh_TW.BIG5, zh_TW.EUCTW, ja_JP.UTF-8, ja_JP.EUC-JP
Default: en_US.UTF-8
test¶
Specification Value Type object locale
Description ‘zh_CN’: Chinese locale for PRC; ‘zh_TW’: Chinese locale for Taiwan; ‘ja_JP’: Japanese locale for Japan;
Type: string
Supported Values: zh_CN, zh_TW, ja_JP