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
  • Changing Culture for all pages

    I have viewed the following tutorial http://asp.net/learn/videos/view.aspx?tabid=63&id=40 which shows how to use change the language by usuing the following code protected override void InitializeCulture() { String lang = "en" ; if (langDropDownList != null ) { lang = langDropDownList.SelectedValue;...
    Posted to Localization (Forum) by dchauhan on 03-16-2007, 12:00 AM
    Filed under: multilingual, english, culture, french
  • 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
  • Re: Language with MCMS

    Are you naming the channel itself in Vietnamese!, if yes then that's the problem. it's better to write the name in Latin letter (Name), and for Vietnamese you can write it in (Display Name), because the mcms urlrewriter is using the channel name in the url, even if that works sometimes it will cause...
    Posted to Localization (Forum) by wdeveloper on 03-20-2007, 12:00 AM
    Filed under: localization, utf-8, Culture, ASP.net 2.0, asp.net 1.1
  • Need help about creating multilingual web pages !

    I'm an absolutely beginner, I started learning ASP.Net 2.0, and now I can create web pages! But I want to create real multilingual web pages and I think there are solutions in ASP.Net to avoid duplicating every web page but I ignore completely how to do this !! Can you help me learn more about this,...
    Posted to Localization (Forum) by Peezgeuzg on 03-29-2007, 12:00 AM
    Filed under: Culture Neutral vs. Culture Specific, Culture UICulture, language, Culture, ASP.net 2.0, UICulture Language Control Controls ASPNET, Visual Studio 2005, VWD, ASP.NET, design
  • Re: language ???

    Hi your are right, with this way, you can easily maintain your translates and change your captions in your web site dynamically. But I have another problem about generating multi-language web site. How did you strore the content of your web site in DB? Lets assume, I have a page in my web site that is...
    Posted to Localization (Forum) by tyaramis on 04-08-2007, 12:00 AM
    Filed under: Culture, UICulture, Translation, ASP.net 2.0, ASP.NET
  • 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
Page 1 of 5 (42 items) 1 2 3 4 5 Next >