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
  • 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
  • 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
  • Resource files and searchengines

    Dear Before I start to translate my complete website, I wanted to know if my approach will be search engine optimized. I use resx files and the language will be selected with a dropdown and saved in a session, I'm NOTusing querystrings for saving the language. Are the resx files also indexed by the...
    Posted to Localization (Forum) by zipfeli on 07-09-2007, 12:00 AM
    Filed under: globalization, localization, Culture UICulture, language, Culture, multilingual, Localization seo
  • Problem when I switch language

    Hi, This is my first post here. If my subject is not in the good forum, please appology and tell me where I should put it. Thanks. Im experiencing 2 problems with the language (Globalization - Localization). First, I explain you what I did : I use a LinkButton to switch between english (en-CA) and french...
    Posted to Localization (Forum) by MSchumacher on 07-13-2007, 12:00 AM
    Filed under: globalization, localization, Culture UICulture, language, Culture, ASP.net 2.0, Visual Studio 2005
  • 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
Page 1 of 3 (23 items) 1 2 3 Next >