Browse by Tags

Related Posts

  • Re: Web App Time format changed?

    Hi, What happens is that the Web server is configured with a different language than your machine. ASP.net run by default with the timezone of the machine, but you can change this. Go to your Web.config file, and add a <globalization> element under the <system.web> one, so that it looks that...
    Posted to Localization (Forum) by aweil on 02-08-2007, 12:00 AM
    Filed under: globalization, Culture, web.config, UICulture
  • 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
  • How to localize a menu control in a masterpage

    Hi all, I'm devoloping a web site that must have two languages. I'm using a master page for the layout and I have two menu controls on the master page that must be changed according to language selection. Is it possible to do it with a local resource file? Can you pls advice a method for this? I show...
    Posted to Localization (Forum) by SteliosM on 03-12-2007, 12:00 AM
    Filed under: globalization, resources, localization, Culture UICulture, Culture, UICulture, ASP.net 2.0, RESX, Master page
  • 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
  • Re: Arabic in ASPX Page??

    I had checked your site and all the Arabic words appears right (the hand coded and the retrieved from the DB ones). BTW: I’m using IE 7.0 / Vista I, guess you had solved the problem; if not I'm here to help you I have more than 7 years developing Arabic web sites. At the end: I recommend that you use...
    Posted to Localization (Forum) by wdeveloper on 03-20-2007, 12:00 AM
    Filed under: globalization, localization, utf-8, encoding, Culture UICulture, Culture, UICulture, Translation, ASP.net 2.0, asp.net 1.1
  • Culture not supported (ml-IN, bn-IN)

    Hello, Iam creating a multi lingual (Indian Languages) site which is hosted on Windows 2003 Server SP2 . Iam dynamically setting the culture info through my config file. eg. CultureInfo ci = new CultureInfo('ml-IN'); the problem is when iam setting the culture info to ml-IN or bn-IN Iam getting the following...
    Posted to Localization (Forum) by ajaywhiz on 04-24-2007, 12:00 AM
    Filed under: globalization, resources, localization, UICulture, RESX, UICulture Language Control Controls ASPNET, multilingual
  • Sorting Khmer Unicode text

    Hello all. We are currently procing software where all data entry and text display is done in Khmer Unicode. Khmer is the National language of Cambodia. Khmer Unicode is does not make part of Windows XP, also not after (optionally) enabling support for South East Asian languages. Our software's target...
    Posted to Localization (Forum) by pietjepuk on 05-15-2007, 12:00 AM
    Filed under: globalization, localization, utf-8, language, Culture, UICulture, multilingual, unicode
  • 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
  • Not able to change Language

    Am facing problem in doing Localization. I am having two Link Buttons named as English and Chinese. Am having resource file for chinese zh-CN. Am doing this on click event of chinese LinkButton. Thread .CurrentThread.CurrentUICulture = new CultureInfo ( "zh-CN" ); Thread .CurrentThread.CurrentCulture...
    Posted to Localization (Forum) by barrysuku on 09-23-2007, 12:00 AM
    Filed under: globalization, localization, Culture, UICulture
Page 1 of 2 (13 items) 1 2 Next >