Register | Login
Saturday, February 11, 2012
  Search
 Discussion Forums at Locopon's Minimize
 
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorCustom Strings in .aspx file?Custom Strings in .aspx file?
Previous Previous
 
Next Next
New Post
 10/4/2007 12:21 PM
 

I still don't understand what you want in your .aspx file.

DSlocalizator has the locales selector in two versions. one is a Skin Object and the other one is a module

Both versions are based on templates that can be customized by you. Just change those templates

New Post
 10/4/2007 5:21 PM
 

Sorry, I'm not too quick...

I have added the Skin Object to my site and now I'm trying to get rid of the (United States) in the drop down selector. For example, I would prefer that this read "English" vs. "English (United States)". Is this possible with the [customstring] tag?

My skin is an .aspx file. How can I change this to make this the language appear as above?

Again, thanks for your help.  

New Post
 10/5/2007 1:01 PM
 

Hi, i've generated the XML from the control, and this is the code i received, i think is something similar as you want.

<?xml version="1.0" encoding="utf-16"?>
<Objects>
  <Object>
    <Token>DSLOCALESELECTOR</Token>
    <Settings>
      <Setting>
        <Name>DisplayControl</Name>
        <Value>L</Value>
      </Setting>
      <Setting>
        <Name>LinkCssClass</Name>
        <Value>DSLocaleSelectorPA-LinkSelector</Value>
      </Setting>
      <Setting>
        <Name>LinkSelectedCssClass</Name>
        <Value>DSLocaleSelectorPA-LinkSelectorSelected</Value>
      </Setting>
      <Setting>
        <Name>LinksSeparator</Name>
        <Value>&amp;nbsp;|&amp;nbsp;</Value>
      </Setting>
      <Setting>
        <Name>LinkTemplate</Name>
        <Value>&lt;a href="[URL]" title="[ChangeLocaleText]"&gt;&lt;img src="[ModuleFolder]/images/flag_small/[CountryCode].png" alt="[DisplayName]" align="middle" border="0"&gt;&amp;nbsp;[LocaleLanguageName]&lt;/a&gt;</Value>
      </Setting>
      <Setting>
        <Name>LinkSelectedTemplate</Name>
        <Value>&lt;img src="[ModuleFolder]/images/flag_small/[CountryCode].png" alt="[DisplayName]" align="middle" border="0"&gt;&amp;nbsp;[LocaleLanguageName]</Value>
      </Setting>
      <Setting>
        <Name>DropDownListTextTemplate</Name>
        <Value>[LocaleNativeName]</Value>
      </Setting>
      <Setting>
        <Name>DropDownListCssClass</Name>
        <Value>DSLocaleSelectorPA-DDLSelector</Value>
      </Setting>
    </Settings>
  </Object>
</Objects>

New Post
 9/21/2009 10:16 AM
 

Was this problem solved?

Previous Previous
 
Next Next
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorCustom Strings in .aspx file?Custom Strings in .aspx file?