Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

DotNetNuke Marketplace
  Ads  
Engage Software - Training Partner for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

ExactTarget email software solutions
Merak Mail Server
WebSecureStores -- ASP.NET & DotNetNuke Hosting Solutions
FCKeditor Project
Salaro -- Skins and more
OnyakTech
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Language Packs ...  Embedded Login Module Not Translating
Previous Previous
 
Next Next
New Post 1/19/2007 10:20 PM
User is offline ppjim3
1 posts
10th Ranked


Embedded Login Module Not Translating 
This seems like a simple problem but I've spent a few hours on it and can't seem to fix it. I have created skin files that are used across two portals where one is English and the other is Chinese. Everything has translated except for the words 'Login' and 'Logout' on the default login/out module that comes with DNN. I've checked the resource file for it and the Chinese one is in place and has Chinese versions of the words in it. The only thing I can think of is that I've embedded the module call in the skin code as follows:

<dnn:LOGIN runat="server" ID="dnnLOGIN" />

Is there something with this that will use the default language resource file? What can I do to change this so it doesn't say Login/Logout but the translations in Chinese given the way I've implemented it.
 
New Post 1/21/2007 10:42 AM
User is offline Sebastian Leupold
15057 posts
www.deutschnetnuke.de
1st Ranked












Re: Embedded Login Module Not Translating 

as long as it is included like <dnn:LOGIN runat="server" ID="dnnLOGIN" /> it shall get translated, only if the text is included with the control tag (legacy support), it would not get overwritten.

Make sure, you clear the cache and check the customized Language files, created in Admin :: Languages menu item as well.


Sebastian Leupold

DeutschNetNuke dnnWerk - The DotNetNuke Experts German DotNetNuke User-Group

DotNetNuke Project UserDefinedTable
DotNetNuke Project Release Tracker
 
New Post 2/1/2007 2:01 AM
User is offline Domukajoor
53 posts
10th Ranked


Re: Embedded Login Module Not Translating 
Hello,I am having the same problem translation not working for the tokens [USER] and [LOGIN].
You can see it at the following URL: http://www.baratall.com/Mission/tabid/181/Default.aspx
THANKS
 
New Post 2/1/2007 8:07 AM
User is offline Sebastian Leupold
15057 posts
www.deutschnetnuke.de
1st Ranked












Re: Embedded Login Module Not Translating 
it must be either an issue of your language pack or the skin you use.
Sebastian Leupold

DeutschNetNuke dnnWerk - The DotNetNuke Experts German DotNetNuke User-Group

DotNetNuke Project UserDefinedTable
DotNetNuke Project Release Tracker
 
New Post 2/2/2007 7:37 AM
User is offline Domukajoor
53 posts
10th Ranked


Re: Embedded Login Module Not Translating 

Hello thanks for your reply to my issue.I think the problem should be with my skin because I used the same french language pack with another portal and a differend skin and all the translation are working.I double checked my html skin code and I cannot figure out where the problem is.Here is the code,if it's not there I can show you the css or xml code.Thanks

<style type="text/css">
<!--
.style1 {color: #FFFFFF}
-->
</style>
<span class="style1"></span>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
 <tr>
  <td>
   <table cellpadding="0" cellspacing="0" border="0" width="100%">
   
    <tr>
     <td width="50%" bgcolor="#FFFFFF"></td>
     <td width="760" height="70"><img src="banner.jpg" alt="bara tall" width="760" height="100"></td>
     <td width="50%" >[USER]&nbsp;[LOGIN]&nbsp;[LANGUAGE]</td>
    </tr>
    
    </table>
  </td>
 </tr>
 <tr>
  <td background="bg_navigation.gif" height="30">
   <table cellpadding="0" cellspacing="0" border="0" align="center">
    <tr>
     <td>[SOLPARTMENU]</td>
    </tr>
    
   </table>
  </td>
 </tr>
 <tr> 
 
 <td background="shadow.gif" height="30"><img src="spacer.gif" width="5" height="30" /></td></tr>
 
 
 
 <tr>
  <td>
   <table cellpadding="0" cellspacing="0" border="0" width="760" align="center">
    <tr>
     <td width="5"><img src="spacer.gif" width="5" height="5" alt=" " /></td>
     <td colspan="2">
      <table cellpadding="0" cellspacing="0" border="0">
      
       <tr>
        <td width="200" height="1"><img src="spacer.gif" width="200" height="1" /></td>
        <td width="4" height="1"><img src="spacer.gif" width="4" height="1" /></td>
        <td width="546" height="1"><img src="spacer.gif" width="546" height="1" /></td>
       </tr>
       
       <tr>
        <td valign="top">[CONTENTPANE:1]</td>
        <td width="4"><img src="spacer.gif" width="4" height="5" /></td>
        <td valign="top">[CONTENTPANE:2]</td>
       </tr>
       <tr>
        <td width="200" height="1"><img src="spacer.gif" width="200" height="1" /></td>
        <td width="4" height="1"><img src="spacer.gif" width="4" height="1" /></td>
        <td width="546" height="1"><img src="spacer.gif" width="546" height="1" /></td>
       </tr>
      </table>
     </td>
     <td width="5"><img src="spacer.gif" width="5" height="5" alt=" " /></td>
    </tr>
    <tr><td height="10" colspan="4"><img src="spacer.gif" height="10" width="5" alt=" " /></td></tr>
    <tr>
     <td width="5" height="32" background="bg_copyright.gif" align="left"><img src="bg_copyright_left.gif" width="5" height="32" alt=" " /></td>
     <td width="375" height="32" background="bg_copyright.gif">[COPYRIGHT]</td>
     <td width="375" height="32" background="bg_copyright.gif" align="right"></td>
     <td width="5" height="32" background="bg_copyright.gif" align="right"><img src="bg_copyright_right.gif" width="5" height="32" alt=" " /></td>
    </tr>
   </table>
  </td>
 </tr>
 <tr><td height="10"><img src="spacer.gif" height="10" width="5" alt=" " /></td></tr>
</table>

 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  Language Packs ...  Embedded Login Module Not Translating
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Adaptive InfoSystems, Inc.
We provide custom programming and various levels of support for DotNetNuke and the .Net framework.
www.aisysweb.com
Multipartner Virtual Data Rooms
The Virtual Data Rooms (VDR) provided by an expert advisor, far from any ordinary software company!, supporting the sellers and their consultants. Multipartner builds and services higly professional Virtual Data Rooms (VDR) specifically tailored to M&A, Real Estate and NPL deals.
www.multipartner.com
DNN SEO
Seablick Consulting specializes in DNN search engine optimization (SEO), DNN consulting, as well as support & training.
seablick.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP