Browse by Tags

Related Posts

  • Slight variations in resource file content

    Hello, I am planning to develop a site using resource files for GB and NI (Northern Ireland). They will both use the default (en-GB) resource files. However, for NI there will be a few (not many) instances where the text displayed on a page will differ from the GB website. For example, the welcome message...
    Posted to Localization (Forum) by NuggetUK on 07-01-2008, 12:00 AM
    Filed under: .resx, App_LocalResources, Culture, Culture Neutral vs. Culture Specific, CultureInfo, globalization, languages, localization, Localization automatic asp:Localize RESX resource, Localization seo, localizationation, LocalResources, InitializeCulture, localResourceProvider, ASP.net 2.0, custom resource provider, localresouces
  • Localization and databases

    We are currently designing a real estate website. We've done many similar websites in classic ASP but this is the first for us in ASP.NET. We've been very impressed with the localization support within ASP.NET but would like some advice regarding the best way forward to support different languages...
    Posted to Localization (Forum) by Dinsdale on 04-17-2008, 12:00 AM
    Filed under: Culture, database, localization
  • Re: What approach changing language with querystring?

    Looks like a great example. Thanks! I'll give it a try. Oh, and since this is .Net URL rewriting, for everyone's information, I think there's a gotcha that if you want HTML files to get rewritten (or anything other than ASPX), you need to make those file extensions route through the ASP.Net...
    Posted to Localization (Forum) by junglemason on 02-15-2008, 12:00 AM
    Filed under: URL Rewriting, Culture, globalization, language, localization, SEO, internationalization
  • Firefox sends wrong language code -- how can I catch this?

    Hi all, I am trying to localize a website for Nynorsk (nn-NO, which is the second official language in Norway). The problem is, while Internet Explorer sends the right code, Firefox (most current version) only sends "nn". ASP.NET's internal internationalization routines don't accept...
    Posted to Localization (Forum) by pbb on 01-24-2008, 12:00 AM
    Filed under: Nynorsk, resource, RESX, Translation, UICulture, .resx, Accept-Language localization Firefox IE7, ambigous, Culture, CultureInfo, globalization, language, localization, multilingual, InitializeCulture, Firefox, nn-no, Culture UICulture, multilanguage UseInterface, ASP.net 2.0
  • Re: East asian language support in .net

    hey , For each Language in .net You hould Create a Resource file you go on each folder you want to localize , then righ click on the folder and create App_Localization folder and then righ click on App_Loclization and add\new Item then you should select Resource.resx file and give the complete Module...
    Posted to Localization (Forum) by Kamarikan on 12-30-2007, 12:00 AM
    Filed under: resources, RESX, UICulture, UICulture Language Control Controls ASPNET, .resx, App_LocalResources, Culture, Culture Neutral vs. Culture Specific, globalization, localization, localization master, localization page layout, master page localization resource files, LocalResources, Culture UICulture, multilanguage UseInterface, localization master subfolder, web.config
  • 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: resource, resources, UICulture Language Control Controls ASPNET, App_LocalResources, ASP.NET, Culture, Culture Neutral vs. Culture Specific, CultureInfo, database, design, globalization, language, localization, localization master, localization page layout, multilingual, generate Local Resources, LocalResources, Culture UICulture, ASP.net 2.0, localization master subfolder
  • How to do a script which checks browser most prefered language?

    How to do a script which checks browser most prefered language? Request.ServerVariables[" HTTP_ACCEPT_LANGUAGE"] returns all languages. I cannot use it because everyone can changed second or third language and script does not work in the same way. However System.Globalization. CultureInfo ...
    Posted to Localization (Forum) by szmitek on 11-01-2007, 12:00 AM
    Filed under: ASP.NET, ASP.net 2.0, Culture, language, localization
  • Re: localization for <%Password%> and <%Username%>

    The solution turned out to be rather simple and not so obvious. When you save the e-mail template file, make sure you save the file with UTF8 encoding (or other encoding). In Visual Studio, File->Advanced Save Options... and select the desired encoding. Then, there is no need to set the encoding programatically...
    Posted to Localization (Forum) by gclapp on 09-28-2007, 12:00 AM
    Filed under: encoding, UICulture Language Control Controls ASPNET, utf-8, Visual Studio 2005, ASP.NET, ASP.net 2.0, Culture, How To, Kanji Email Subject encoding, localization, Culture UICulture, External file, VS2005
  • 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: UICulture, Culture, globalization, localization
  • Custom Culture Verification

    We can register and unregister new cultures using CultureAndRegionInfoBuilder class. Is there a way we can verify if the custom culture has already been created? I know we can technically verify if the .nlp file has been created in the globalization folder or access the registry however am not comfortable...
    Posted to Localization (Forum) by chintubajaj on 09-14-2007, 12:00 AM
    Filed under: Satellite assembly, ASP.net 2.0, Culture, Culture UICulture, globalization, localization
Page 1 of 3 (28 items) 1 2 3 Next >