Browse by Tags

Related Posts

  • Re: Setting Currency Format

    1) If you want to change currency format globally then use Web.config settings < configuration > < system.web > < globalization culture= "en-US" uiCulture= "en-GB" /> </ system.web > </ configuration > 2) For page levent Page level settings <%@Page Culture="en-US" UICulture...
    Posted to Localization (Forum) by Jigar on 01-07-2007, 12:00 AM
    Filed under: globalization, CurrecyFormat, CultureInfo
  • Re: Master pages and dynamic localization

    Hi Tom, You're indeed almost there. A few more steps and you'll be done! What you're trying to do is to parse the HTTP POST that you're getting, because the InitializeCulture method is called before you even get the DropDownList_Changed event. I believe reading HTTP POST in ASP.net is a quite bad solution...
    Posted to Localization (Forum) by aweil on 02-08-2007, 12:00 AM
    Filed under: globalization, localization, CultureInfo
  • In-page localization using a webcontrol derived from the multiview control

    Hi All, I am fairly new to localization in ASP.NET 2.0 and I would like to get some feedback and recommendations from the experts regarding my current implementation. My company is in the process of migrating an existing, mostly static website to the ASP.NET 2.0 platform. The current site has three languages...
    Posted to Localization (Forum) by himawari on 02-16-2007, 12:00 AM
    Filed under: globalization, resources, localization, CultureInfo, Culture UICulture, Culture, UICulture, ASP.net 2.0
  • Re: In-page localization using a webcontrol derived from the multiview control

    Thank you for your response. I tried turning my strings and content into Local Resources as recommeneded and the code indeed looks much cleaner. That said, there are some improvements that I would love to see from the next version of visual studio: (please let me know if the current version can do any...
    Posted to Localization (Forum) by himawari on 02-22-2007, 12:00 AM
    Filed under: globalization, resources, localization, CultureInfo, Culture UICulture, web.config, UICulture, ASP.net 2.0, RESX, Programmatic access, feature request
  • Code Inheritance for localization

    Hi to all, I'm working in localizing a web site and I found a video that describes an Override method on the content page as: Imports System.Threading Imports System.Globalization Partial Class _Default Inherits System.Web.UI.Page Protected Overrides Sub InitializeCulture() Dim lang As String = Session...
    Posted to Localization (Forum) by SteliosM on 03-13-2007, 12:00 AM
    Filed under: globalization, localization, CultureInfo, Culture UICulture, language, Culture, UICulture, ASP.net 2.0, RESX, Master page, Inheritance
  • Localization - Step by Step Approach

    You can implement localization either by placing the resource file (i.e. .resx file) in App_GlobalResources folder or by placing the .resx files under a new project. Here is the step by step method for implementing it. Implementation using “App_GlobalResources”: Open visual studio 2005. click File->Add...
    Posted to Localization (Forum) by anandh_efi on 06-06-2007, 12:00 AM
    Filed under: globalization, resources, localization, CultureInfo, Culture UICulture, Culture, UICulture, Translation, ASP.net 2.0, RESX, multilingual, LocalResources
  • Testing with different languages - Language Packages

    Hi, I'm developing a web multilingual application and I need to test it in different languages so I can see if everything works fine. In particular I'm using the login controls in .net. I tested them fine in english and spanish which are the languages that were automatically installed with the...
    Posted to Localization (Forum) by Marcos on 07-31-2007, 12:00 AM
    Filed under: globalization, localization, CultureInfo, Culture, ASP.net 2.0, UICulture Language Control Controls ASPNET, multilingual, generate Local Resources, LocalResources
  • Localization & Globalization application devlopment in .net technologies...

    Hi All, I am new to .net and not developed any localization application before. Now I am planning to start an application with globalization and localization. Please give some idea about globalization and localization application devlopment. I have searched in google but it's giving 'n' number...
    Posted to Localization (Forum) by malarvannan on 09-25-2007, 12:00 AM
    Filed under: Culture Neutral vs. Culture Specific, globalization, localization, CultureInfo, Culture UICulture, ASP.net 2.0, asp.net 1.1, ASP.NET, multilingual
  • LocalResources and DB

    Hello all, I have project to work with a web application to retrieve local and global resources from a DB. This project also replace the default tool of VS to create the local resources and when you use the Generate Local Resource tool adds all the resources of the page to the DB. You may know that this...
    Posted to Localization (Forum) by Gustavo Villa on 11-08-2007, 12:00 AM
    Filed under: Culture Neutral vs. Culture Specific, globalization, resources, localization, CultureInfo, Culture UICulture, language, Culture, ASP.net 2.0, UICulture Language Control Controls ASPNET, localization master subfolder, ASP.NET, localization master, design, multilingual, generate Local Resources, LocalResources, localization page layout, resource, database, App_LocalResources
  • Reset Cache or Clear Localization Cache

    Hi, I am working on a multi-language website where the resources can be updated at any moment. When a change is made this can not be visualized after a while (timeout cache, I suppose). After a change I would like to force a reset of the cache where the multi-language are stored. Any suggestion? Thank...
    Posted to Localization (Forum) by Gustavo Villa on 11-21-2007, 12:00 AM
    Filed under: globalization, localization, CultureInfo, language, ASP.net 2.0, multilingual, generate Local Resources, LocalResources, How To, caching, App_LocalResources
Page 1 of 2 (11 items) 1 2 Next >