Jump to content

Can't translate domain contact information...


alexikakos

Recommended Posts

Hi, i am new on whmcs and i need a little help.

 

I try to translate the contact information label, in domain area.

(http://mysite.gr/clientarea.php?action=bulkdomain)

 

I have already install greek language in whmcs and it work fine

 

I know that those <label> are loading from registar, but is any way to fix this?

 

I am working with whmcs vervion: 5.3.13

 

Any Idea?

Thnx

Link to comment
Share on other sites

some of those terms aren't in the default WHMCS language files, so as you say, it might be coming from the registrar module you are using - perhaps they're hard-coded in English.

 

which registrar module is this? is there a separate template or language file within the module??

Link to comment
Share on other sites

Yes, i use "flathost template".

 

I found the code

Untitled-3.jpg

 

<fieldset class="" id="{$contactdetail}defaultwhois">

{foreach key=name item=value from=$values}

 

<div class="col-md-6">

 

<label class="col-md-4" for="{$contactdetail}3">{$name}</label><!--==LABEL==-->

 

<div class="controls col-md-6">

 

<input type="text" name="contactdetails[{$contactdetail}][{$name}]" value="{$value}" size="30" class="{$contactdetail}customwhois" id="contactinfo" />

 

</div>

 

</div>

 

{/foreach}

 

</fieldset>

 

- - - Updated - - -

 

but i don't know if it's better to ask help the template company...

Link to comment
Share on other sites

but i don't know if it's better to ask help the template company...

that might be a good next step - especially if it's the wordpress version... at least they should be able to tell you whether it's being caused by their template or not - if so, hopefully they can fix it... if not, come back here!

 

also, if it's just the html version of flathost, you could try switching to another template and seeing if that uses the correct greek on the form.

Link to comment
Share on other sites

  • WHMCS Support Manager

Hi,

To translate the field labels on the domain contacts editing page within the client area, one can add language strings to the override language file, eg:

 

$_LANG['domaincontactdetails']['Last Name'] = 'Apellidos';
$_LANG['domaincontactdetails']['First Name'] = 'Nombre';
$_LANG['domaincontactdetails']['Legal Form'] = 'Forma jurídica';
$_LANG['domaincontactdetails']['Organisation'] = 'Empresa';
$_LANG['domaincontactdetails']['Legal Name'] = 'Departamento/División';
$_LANG['domaincontactdetails']['Legal Number'] = 'Translation Text';
$_LANG['domaincontactdetails']['VAT'] = 'C.I.F.';

 

Hope that helps!

Link to comment
Share on other sites

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