# Chinese Localization

{% hint style="info" %}
Chinese Localization is a **PRO** feature of China Payments Plugin.
{% endhint %}

## Overview

The Chinese Localization feature automatically translates your WooCommerce storefront into Simplified Chinese (简体中文). When enabled, all customer-facing text throughout the shopping and checkout experience is presented in Chinese — no additional translation plugins required.

## What Gets Translated

The localization covers the complete WooCommerce shopping flow:

### Shop & Product Pages

* "Add to Cart" button → 加入购物车
* "Category:" label → 分类：
* "Related products" heading → 相关产品
* Sale badge text → 促销！
* Product tabs (Description, Reviews, Additional Information)

### Cart Page

* "Cart" page title → 购物车
* "Proceed to Checkout" button → 去结账
* Cart totals labels (Subtotal, Total)
* Quantity controls and remove item text
* Coupon field labels

### Checkout Page

* All form field labels (First Name, Last Name, Address, etc.)
* "Place Order" button → 提交订单
* Payment method descriptions
* Order summary labels
* Error and validation messages

### Order Confirmation

* "Order received" heading → 订单已收到
* Order details labels
* Thank you message

## How to Enable

1. Go to **China Payments Plugin** → **Optimizations** tab.
2. Toggle **Chinese Localization** to **On**.
3. Save settings.

The changes take effect immediately across your WooCommerce storefront.

{% hint style="warning" %}
This feature translates WooCommerce default text only. Custom text added by other plugins or themes may not be affected.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chinapaymentsplugin.com/checkout-optimizations-pro/checkout-optimizations/chinese-localization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
