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 Thread culture issue

    Hi , I am working on localizatin in asp.net 2.0, We r working on multi language web site , so user can toggle between english and french thread and ui cultures. Now the issue is , user can always enter data in english mode only ( means 10.25, 30.55, 66.22) , After all the calculations happend i want...
    Posted to Localization (Forum) by suresh.programmer on 04-26-2007, 12:00 AM
    Filed under: Culture Neutral vs. Culture Specific, localization, CultureInfo, Culture UICulture, Culture, ASP.net 2.0, localization master, multilingual, GetLocalResourceObject
  • 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
  • mysterious mixed local resources

    I am writing an application that is localized for English and French. For the most part I am using explicit localization rather than implicit as it offers me more control. For some reason I seem to be retrieving text from different local resource files depending on where I place the controls in my HTML...
    Posted to Localization (Forum) by slyttle on 07-08-2007, 12:00 AM
    Filed under: localization, CultureInfo, Culture UICulture, Culture, 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
  • timezone & daylight time ASP.NET 1.1

    question: how to show datetime based on user selection. if user selects JAPAN, CST,EST,PST,KOREA whichever country while login, i need to show datetime in that country timezone eventhough server is EST (eastern standard time). Please include daylight saving time. REMEMBER: user system timezone remains...
    Posted to Localization (Forum) by arnet on 08-07-2007, 12:00 AM
    Filed under: Culture Neutral vs. Culture Specific, localization, encoding, CultureInfo, Culture UICulture, Culture, UICulture Language Control Controls ASPNET, ASP.NET, localization page layout
Page 1 of 2 (20 items) 1 2 Next >