Browse by Tags

Related Posts

  • How to develope multi-Langual web application in asp.net 2.0

    I have been given a task to develope a multi-Langual web application in asp.net 2.0 , So guies plz guide me how can I achieve this. I just gone through some of tutorial where i face problem of creating resource file. So plz write me little more abt how to create resouce file if it is needed in such task...
    Posted to Localization (Forum) by manpreetsingh.MCA on 12-23-2008, 12:00 AM
    Filed under: resources, globalization, localization
  • Re: Multilingual Web Site - allow users to translate a compiled web site

    What i found out is : Project Model- Website Project Model (Default in VS2005) Resource file only under the App_LocalResources will get published as a raw .resx files on the server as these are not compiled. These resources files can be edited on the server as they are compiled during runtime. Files...
    Posted to Localization (Forum) by emerbrito on 06-10-2008, 12:00 AM
    Filed under: resource, Resource file, resources, .resx, App_LocalResources, globalization, Editing resources
  • Unload Localization Resources

    Is there anyway to programmatically unload the resource cache? I have done a lot of research to see if this is possible and haven't found any answers yet. I have written a full explanation of the problem at http://techsoda.wordpress.com/2008/01/04/aspnet-reset-that-resource/. Any thoughts would be...
    Posted to Localization (Forum) by techsoda on 01-04-2008, 12:00 AM
    Filed under: resources, .resx, App_LocalResources, globalization, localization, 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
  • When accessing resources from external assemblies how to reflect the changes in resx files without RE-COMPILING the external assembly?

    Hi, When I have my resx files under App_GlobalResources of my web app I have no problem in chaning the values of localization keys at runtime and able to display new values with out the need for compilation. But I am moving the resource files in to a external assembly so that other Libraries can also...
    Posted to Localization (Forum) by Nagu on 12-26-2007, 12:00 AM
    Filed under: resources, ASP.NET, globalization, localization
  • 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
  • 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: resources, RESX, Translation, UICulture, ASP.net 2.0, Culture, Culture UICulture, CultureInfo, globalization, localization, multilingual, LocalResources
  • 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: resources, RESX, UICulture, UICulture Language Control Controls ASPNET, globalization, localization, multilingual
  • 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: resources, RESX, UICulture, ASP.net 2.0, Culture, globalization, localization, Master page, Culture UICulture
  • Localization of Accordion Control

    Hello Everyone, I've got a question concerning the localization of the accordion control. Specifically concerning the following code: < ajaxToolkit : AccordionPane id ="AccordionPaneDocuments" runat ="server" ContentCssClass ="" HeaderCssClass =""> < Header > < a href ="" onclick ="return...
    Posted to Localization (Forum) by rbunn83815 on 03-09-2007, 12:00 AM
    Filed under: resources, globalization, localization
Page 1 of 2 (16 items) 1 2 Next >