Skip to main content

Language Support

By default, AI Captcha automatically detects the user's locale settings and displays the captcha in the appropriate language for that region. If you want to force a specific language, please refer to the table below and set the hl parameter to the corresponding language code.

Supported Languages

LanguageCode
Arabicar
Chinesezh
Chinese Traditionalzh-tw
Englishen
Farsifa
Frenchfr
Germande
Hindihi
Indonesianid
Italianit
Japaneseja
Koreanko
Malayms
Mongolianmn
Portuguesept
Russianru
Spanishes
Thaith
Turkishtr
Vietnamesevi

Usage Examples

Query Parameter

<script src="https://api1.aicaptcha.net/api.js?hl=zh" async defer></script>

Data Attribute

<div class="aicaptcha" 
data-sitekey="your-site-key"
data-hl="fr">
</div>

JavaScript API

aiCaptcha.render('captcha-container', {
sitekey: 'your-site-key',
hl: 'es'
});