Currently, our WHMCS provisioning module is in the English language. Since it is open source, you are free to translate it into any language that fits your needs.
Our API supports every language available on the ClouDNS web page. In case you would also like to change the API response language, you have to add lang=desired_lang_code in the API call. To do so, we recommend adding the lang parameter in cloudns_core/api.php in the authentication line. For example, if you would like to get API responses in the German language, the authentication line must be:
$authData = array('auth-id' => $auth_id , 'auth-password' => $auth_password, 'lang'=>'de');
en | English (EN) |
ru | Русский (RU) |
de | Deutsch (DE) |
fr | Français (FR) |
ro | Română (RO) |
bg | Български (BG) |
es | Español (ES) |
pt | Português (PT) |
it | Italiano (IT) |
pl | Polski (PL) |
sk | Slovenský (SK) |
ua | Українська (UA) |
tr | Türkçe (TR) |
jp | 日本語 (JP) |
hi | हिंदी (HI) |
id | Bahasa Indonesia (ID) |
cht | 繁體中文 (CHT) |
chs | 简体中文 (CHS) |
ir | فارسی (IR) |
vn | Tiếng Việt (VN) |
hu | Magyar (HU) |