Jump to content

Multilanguage client details for domain registration


ddenev

Recommended Posts

Hi,

 

is it possible to have the client profile details in two languages? I ask this because it turned out that when I want to register a domain the registrar complains:

DirectI Client Details Validation Error - {company=Company Name contains invalid characters., name=Name contains invalid characters.}

and the name and company are in Bulgarian (UTF-8). I thought it may be good to have two sets of profile details - one for main profile (the client self-registers in his own language) and one for domain registration purposes (this has to be entered by the admin after the client registers).

 

Is this possible or am I talking nonsense? :-)

Thank you.

Link to comment
Share on other sites

Thanks. Do you intend to implement such multilanguage functions for us non-english customers? Otherwise I have to requiest that my clients register to WHMCS with latin characters and this is not very client-friendly, isn't it? Thank you.

Link to comment
Share on other sites

  • WHMCS CEO

The following are already replaced:

 

'/[ÂÀÁÄÃ]/'=>'A',

'/[âãàáä]/'=>'a',

'/[ÊÈÉË]/'=>'E',

'/[êèéë]/'=>'e',

'/[ÎÍÌÏ]/'=>'I',

'/[îíìï]/'=>'i',

'/[ÔÕÒÓÖ]/'=>'O',

'/[ôõòóö]/'=>'o',

'/[ÛÙÚÜ]/'=>'U',

'/[ûúùü]/'=>'u',

'/ç/'=>'c',

'/Ç/'=> 'C',

Link to comment
Share on other sites

Can I somehow plug into the Directi registration process (without rewriting the module) in order to provide my replacement (I would like to implement the replacement in PHP, not in JS)? Unfortunately none of the above replacements work for Bulgarian language (here 's the alphabet: АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯ).

 

Alternatively, could I send you the replacement table for Bulgarian (for example UTF-8 encoded) for you to put it into WHMCS?

 

But the best way would be to be able to provide the replacement as a module or plugin.

 

Thank you.

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated