Register | Login
Sunday, February 05, 2012
  Search
 Discussion Forums at Locopon's Minimize
 
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorHow to change Language StringHow to change Language String
Previous Previous
 
Next Next
New Post
 5/8/2009 3:16 AM
 

Hello I have installed DSLocalizator and it is working fine so far. I have  a small problem though. I am using English (United States) and Deutch (Deutchland). How can I edit the language Strings so instead of having English (United States) and Deutch (Deutchland) I can have only English and Deutch there. Thanks for your help

New Post
 5/11/2009 11:21 PM
 

You can use the [LocaleCountryName] tag in the format text. A complete list of possible values is also listed in the module page on this site.

New Post
 6/16/2009 10:29 AM
 
 Modified By timbaktu  on 6/16/2009 8:29:44 AM

Locopon,

I am using DSLocaleSelector.aspx control in my skin to select langage and I want to trim the (CountryName) from the dropdown items. What can be done in that case?

New Post
 9/12/2009 9:24 AM
 

The drodownlist uses a format string as in the link mode.

The property that contains this template is DropDownListTextTemplate

You can use the replace tags found here:

 

http://dnn.tiendaboliviana.com/web/Modulesandresources/Modules/DSLocalizator/Coniguration/tabid/109/Locale/es-BO/Default.aspx

New Post
 9/17/2009 9:43 AM
 

The documentation list refered to here, seem to mis out some important information just on this point. If you are using the Custom naming, the tag is [CustomString].

Example: <dnn:DSLOCALESELECTOR runat="server" id="dnnDSLOCALESELECTOR" DisplayControl="DropDownList" DropDownListTextTemplate="[CustomString]" />

Previous Previous
 
Next Next
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorHow to change Language StringHow to change Language String