.. _locale: 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** :download:`locale schema ` ===================================== =============================================== **Operations Allowed:** .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/locale .. raw:: html :ref:`1487_locale_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/locale .. raw:: html :ref:`1487_locale_attributes` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/locale .. raw:: html :ref:`1487_locale_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/locale .. raw:: html :ref:`1487_locale_attributes` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/locale .. raw:: html :ref:`1487_locale_attributes` .. raw:: html
.. _1487_locale_attributes: locale attributes ----------------- **test** **Description:** test is a **JSON Block**. Please see below for :ref:`1487_test` **Type:** Object **Reference Object:** :doc:`/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 .. _1487_test: 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