- Posts: 8
 - Thank you received: 0
 
        
                [Solved] How to traslate the Register name menu ?
            
    
            
            12 years 6 months ago     -  12 years 6 months ago    #4490
    by andrea b
    
    
            
            
            
            
                                
                            
                    
    
        [Solved] How to traslate the Register name menu ? was created by andrea b            
    
        Hello, i have a problem on my multilanguage website,OT_Ante free,  i need that the Register name menu on Top position, change language when the user select on the proper flag language. (i have installed in Joomla and in Virtuemart all the 5 languages Italian, German, French, English and Spanish)
I have found this code in /templates/ot_ante/html/mod_login/default.php
<?php else : ?>
<?php
$usersConfig = &JComponentHelper::getParams( 'com_users' );
if ($usersConfig->get('allowUserRegistration')) : ?>
<a href="<?php echo JRoute::_( 'index.php?option=com_virtuemart&view=user&layout=edit' ); ?>">
<?php echo JText::_('REGISTER'); ?>
</a>
<span>|</span>
<?php endif; ?>
but i'm not sure that is the right code and what i need to change the JText::_('REGISTER') as i need
Have suggestion or olution for this problem ??
Thank you. Bye
    I have found this code in /templates/ot_ante/html/mod_login/default.php
<?php else : ?>
<?php
$usersConfig = &JComponentHelper::getParams( 'com_users' );
if ($usersConfig->get('allowUserRegistration')) : ?>
<a href="<?php echo JRoute::_( 'index.php?option=com_virtuemart&view=user&layout=edit' ); ?>">
<?php echo JText::_('REGISTER'); ?>
</a>
<span>|</span>
<?php endif; ?>
but i'm not sure that is the right code and what i need to change the JText::_('REGISTER') as i need
Have suggestion or olution for this problem ??
Thank you. Bye
        Last edit: 12 years 6 months ago  by andrea b.            
            Please Log in or Create an account to join the conversation.
- Trung Duong
 - 
            
 - Offline
 - Administrator
 - 
            
         
        Less
        More
        
            
    
        - Posts: 2284
 - Thank you received: 998
 
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
12 years 6 months ago #4495 by Trung Duong
        Replied by Trung Duong on topic Re: How to traslate the Register name menu ?            
    
        Hello,
You should edit each your language file and add more text below ( translate into language) in that language file. I'm doing example with Germany language
Regards
            You should edit each your language file and add more text below ( translate into language) in that language file. I'm doing example with Germany language
Code:
REGISTER = "registrieren"
Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!
[img]...[/img]
[img]...[/img]
[img]...[/img]
        The following user(s) said Thank You: A B     
            Please Log in or Create an account to join the conversation.
            
            12 years 6 months ago        #4515
    by andrea b
    
            
            
            
            
            
                                
                            
                    
    
        Replied by andrea b on topic [Solved] Re: How to traslate the Register name menu ?            
    
        Thank you, i have solved with your suggest.    
    Please Log in or Create an account to join the conversation.
        Time to create page: 0.190 seconds    
