Localization :: Multilanguage Support In Existing Application?

Jun 7, 2010

I am little confused regarding the concepts of localisation and globalization.I was working on a project which was totally database driven. All the data, images and flash stuff was coming from the database. Now the site is fully loaded with the data.Now the client wants the currently running site in 5 different languages. So I read the resource files concept. Now the confusion arises. I have 2 types data on the site, one is static(ie text on labels, titles, buttons) and dynamic data that was added from the admin panel.Now my question is: If at this stage I want to make the site in 5 different languages, then I have to make the resource files for all those languages so that the static data can be displayed in different languages.But what about the dynamic data that was entered by the client. Client uploaded huge amount of data. Should I make the changes in the database tables and add 4 other columns for different languages and again upload that much data in those 4 languages.

View 3 Replies


Similar Messages:

Localization :: Converting Existing Website To Multilingual Support?

Aug 29, 2010

I have developed a asp.net website.Now what i want is that it should be multilingual.I don't want a page to be multilingual.I want the whole website to be multilinual.I used the Culture settings as

System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("zh-HK"); System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("zh-HK");

This is the setting i used for the culture but my website didn;t got converted.I searched a lot on google but not able to find any solution.Also the resource files process a bit too hard Please let me know how i can achieve this.Using some free third party tool or some jquery or some javascript code or some asp.net implementations which i can complete quickly.

View 2 Replies

Localization - How To Support Multiple Languages In A Web Application

Jul 15, 2010

I am working on a web forms application that needs to support multiple languages based on a user's preference. Here are some considerations to keep in mind about the needed solution:

I want to avoid using resource files to store the different text translations because I'd like the ability to change them without having to recompile and deploy the application.

Also the translations ideally need to be adminstratable.

It seems its a considerable amount of effort to add this support to an existing application.

View 3 Replies

Localization :: Multilanguage Website Developing Method

Jan 25, 2010

I would like to develope multilanguage website (English,Deutch) using ASP.Net MVC. Using MVC the URL should have the format (Controller / Action / Identifier) .Now How could I include Language part in URL. Suppose I want addresses like (/EN/Pages/View/xxx).

View 5 Replies

Localization :: MultiLanguage Site - Display The Contents In 40 Different Languages?

Oct 25, 2010

I am developing a multi language site that has 40 languages. The database is relatively small both data and table Count.I need to display the contents in 40 different languages.should I translate the content and store the translated data in the database (40 different times)?

should I translate the content at runtime using a translation service like google translate? or what?its the large number of languages thats scary.

View 4 Replies

Localization :: Creating Multilanguage Website / Generate Global Recourse Files For Controls On The Page?

Mar 22, 2010

Actually I'm not a professional in ASP.NET. I'm going a project that needs to support two languages (Russian and English).I've already completed the main parts and the site is now 95% functional.However, now I need to enable language selection on the site.

I'm going to do it with DropDownList, where a user chooses one language from DropDownList, the content must change to particular language.

All texts are displayed using server controls like Labels and Literals. Links are in Hyperlink or LinkButton.

I did some research to handle with my condition, but no-one suits on my condition, because I've almost completed the application. How to generate Global Recourse files for controls on the page?

View 3 Replies

Localization :: SEO For Multilanguage Site,only The English Text Is Referenced And No French Text?

Jun 7, 2010

site that is multilingual.I am using a database to store the text I have a translation object that loads the correct language using session variables.I recently found that on google.fr for example,only the english text is referenced and no french text at all.

View 1 Replies

Localization :: Change App To Support Japanese Characters?

May 27, 2010

We have some software that works with a sql database, our customers want to use japanese characters. When they try and use it with our softare and save the characters through a form, the characters get corrupted. They have said that if we change the charater encoding in our database that we can save jap characters. What im workdering is if we do this will it affect the current data and do our forms have to be rewritten to handle these characters?

View 4 Replies

Localization :: How To Develope Website Which Support Multi Language Like French / English / German

Apr 15, 2010

i want to develope an asp.net website which support multi language like french ,english, german how to do this with out any hard code also user must not b aware of how the site is changing it language he just click on country flag and the site language change to that country national language

View 6 Replies

Don't Support The Use Of Validation Controls That Are Available(for Web Application)

May 13, 2010

My team members don's support the use of validation controls that are available in asp.net (for web application).

What are arguments in favor of validators instead of or in addition to javascript validation?

View 3 Replies

Web Application With Multiple Version Support?

Apr 6, 2010

We are developing a web solution for our clients to handle their business processes. With reality in check, clients' requirements change over time; sometimes adding a new field, changing the calculation logic etc. When it was still a small scale solution, whenever an upgrade occurs, we will upgrade any existing data to the latest change i.e by having a empty property for it. I would admit this isn't the best of scenarios as old products that previously don't possess certain properties are now 'new' again which doesn't reflect the product correctly.

I am looking for a solution to introduce versioning to this solution before things get out of hand. What I've come up with is like this:

Realising that data is semi-structured (it changes from time to time), we've decided to go with an XML / XSLT approach. Storage of the data will be a mix of columns storing individual properties (e.g. ProductID, ProductName, VersionNumber) and XML columns that holds XML data to cater to fields that will change.

These XML and XSLT will have version numbers to tell the system which version of XML works with the other.Logic wise, we were thinking of developing our business logic to support multiple versions so that old products will still be calculated using old algorithms while new ones will use the new algo. For old products, besides updating them using the old algorithm, we will allow an 'upgrade' option so that they can be upgraded to the new version if they want to. Database wise will remain unchanged since we will store fields that are to be changed in XML form so extending fields should be catered for.

Would like you guys out there to comment on such a setup. I'm concern about performance since some fields are stored as XML, retrieving it will require extra steps, hence the reason why we decided some consistent fields should be on their own for searching purposes etc. Also, would doing multiple versioning like this get really big on the logic side as the program grows?

View 2 Replies

Writing Web Application With Language Support?

Nov 29, 2010

My client has few requirements for his website he want to built. want to discuss best practices to start this project and make this a learning experience.

accessible from all browsers and platforms. (mobile as welll)language supportscalableshould be CMS style so he can assign roles etc for editing. except above my question is what will be best to use as a new project in VS2010 (MVC, web application etc)

View 9 Replies

Mobiles :: Develop A .net Web Application Which Will Support All The Phones?

Apr 5, 2010

I am new to mobile applications. How to develop a .net web application which will support all the phones like iphone, blackberry etc...For developing this applications what are the softwares we need.

View 6 Replies

How To Create An Email Application That Support Sending And Receive Email Application

Jan 29, 2010

I need to create an email application that support sending and receive email application.

View 1 Replies

Determine If Application Support Load Balancing Environment

Jan 12, 2010

I am new to asp.net, I have been tasked to upgrade the physical architecture to load balancing environment to support the application. I done some reading the session state should be configure to Out-Process instead of In-Proc to support load balancing. Is there any other issues I need to take note for asp.net web application to run in the load balanced environment?

View 1 Replies

Web Application Framework Provide Support For Cookieless Sessions?

Mar 22, 2010

We are programming a new web application framework (Second WAF). I was wondering if we should support cookieless sessions or not. Who use it and who needs it?

View 2 Replies

C# - What Are The MUSTS For Having Application To Support BACK Button Of The Browser

Dec 10, 2010

Is there any pattern or kind of "least requirements list" to follow for ensuring an asp.NET application to support BACK button of the browser for each aspx page?

View 2 Replies

Implement The Live Chat - Support Type In Web Application?

Jun 21, 2010

I have to implement the Live chat - support type in my asp.net web application

I m working framework 3.5

How can i do this.

View 1 Replies

Finding Captcha That Support Mvc Application With Refresh Image Facility

Oct 5, 2010

captcha which supports in MVC application and allow captcha image to refresh with "Genreate new image" link.

View 5 Replies

Does Windows Azure Support The Application Warm-Up Module Or Something Similar

Mar 19, 2010

We have a Web Role that we are hosting in Windows Azure that uses an old ASMX based Web Reference to contact an external system. The Web Reference proxy code is big enough that instantiating it the first time has a significant cost.

We'd like to be able to have this run when the Web Role starts instead of on the first request.

I know IIS 7.5 has an Application Warm-Up module that would allow us to achieve this, but I'm having trouble figuring out if something similar exists with hosting on Windows Azure.

View 2 Replies

Test Multi Tenant Application With Support For Multiple Domains

Mar 30, 2010

we are building a multi-tenant application, which will support that each tenant can have a unique top level domain, the application is build using the asp.net 3.5 and SQL servr 2005, while each tenant will have different database. I have seen a number of questions about the similar applications on the StackOverFlow, but none of them is related to the Testing, I want to know is how one can test the application in a development environment, specially How can we test that each customer connects to his own DB based on the URL. how can we emulate different domains on the local system. like [URL] and [URL]all goes to dev machine's IIS.

View 1 Replies

Migrate Existing Database From Specific Application To New Ms Access Based Application (database)?

Aug 2, 2010

how to migrate an existing database from a specific application to a new Ms Access based application(database)?

View 4 Replies

Adding WCF To Existing Application?

Nov 30, 2010

I want to add WCF to existing asp.net application and host both of them in the same virtual directory is it possible ?? Also when i click new item to add app.config file from visual studio its not showing.

View 3 Replies

C# - Using Silverlight With Existing Application?

May 5, 2010

This seems like a very basic question but I couldn't find any help on web. If you could provide some link or steps to do this.I have created few basic Silverlight applications which are working fine standalone. I also have a basic ASP.NET application with a solution with around 10 Class Library Projects and 1 website. I want to create a small popup which will have some funtionality using Silverlight.How should I go about creating this application and how to integrate it with my existing application for it to show as a link. I would not want that link to open another application/site.

View 2 Replies

Configuration :: Attaching Another Application To An Existing Web?

Jul 28, 2010

What I am trying to do is install an open source application to my existing asp.net website. Within my solution in VS2008, I have two "Web Sites", one for my web site and one for the application (forums).I have my web site published to the main domain, and the forums web site published to a subdomain. They both work great.The problem I am having is that I cannot get them to communicate to each other, for example they can't access each others resources. They each have a separate membership provider, but I am attempting to combine them so that if the user logs into one, they are logged into the other. The reason that I have these as two separate web sites within one project is so that the forums can be hosted at the subdomain and the site would just be the main domain.My question is, would it even be possible to accomplish what I am trying to do using separate domains, and if so what would be the best approach?

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved