Looking For CMS With Multilingual Support?
Apr 21, 2010any asp.net cms with "easy" multilingual support?
View 8 Repliesany asp.net cms with "easy" multilingual support?
View 8 RepliesI 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.
I need a sample project for Globalization (multilingual) developed in VB.NET (2008).
View 1 RepliesI'm replacing a website that was previously HTML only.
I put a GridView on the French and the English page and I'm getting 2 fields: A date and a currency.
For the date, I need to transform it into a long date format. The English part isn't very hard, but when I get to the French page, I can't transform it into a long date format with French words (i.e.:Mardi instead of Tuesday).
Is there any way to format the string with French date words instead?
i am so much eager to develop the multilingual application. But i don't know how to start. how to create the application can i know what is the process to create the application. other wise give me a simple example.
View 1 RepliesI don't understand where to put the Resources and how can we take the value from that?
View 1 RepliesI am trying to create a table in my MS SQL database for Languages. I want to store an English name of Language and a local name of language in the database.
i.e.
Language, Language(local)
English, English
German, Deutsch
Italian, Italiano
Japanese, 日本語
...
...
I have 279 languages that I want to import, but when I import it shows '?????' for some like japanese, Russian and arabic etc. The database Collation is Latin1_General_CI_AS.
I would also like advise on multilingual websites; if i have a database of product descriptions and I want to have translation in multiple languages, should I go for separate databases or Can I have translation in one databse? (I prefer not to duplicate data!). Anything else to make sure users are able to write comments in different languages (char encoding on web?) and can be stored in database.
I have managed to import data but, I cannot select and view correctly and therefore cannot verify if import was successful; I am getting following results on select:
I am implementing an multilingual web site using ASP.Net. The languages are English,French and Arabic. Please note that Arabic's direction is RTL. What is the best way to implement the multilingual support. I am planning to use the .Net localization feature but the website texts are stored in DB. For the controls ( form controls) , I can used resx file. Do I need to build two different pages ( one for LTR and another for RTL )? Or can I have one ASPx file for all the three languages?
I would like to hear some best practices in implementing these kind of web applications.
I've got a requirement to develop a Multilingual webform (Chinese, Spanish, Portugese, Russian etc). I am using VS 2005, .NET Framework 2, C# laungauge, SQL 2005.
View 5 RepliesIam going to develop the Multilingual website using c# asp.net 3.5 i want to know what things are important to know or from where i can get start any resource or links or help is apperiacted.
View 15 RepliesWhich technique is used in handling multilingual implementation? What is the best way to implement it?
View 3 RepliesWhat is the best way to design the Domain objects which can have multi-lingual fields. An example can be a Product class with Description being multi-lingual.
I have found few links but could not decide which one is the best way.
http://fabiomaulo.blogspot.com/2009/06/localized-property-with-nhibernate.html
(This stores all localised language data in one field. Can be a problem if we query from Sql)
http://ayende.com/Blog/archive/2006/12/26/LocalizingNHibernateContextualParameters.aspx
(This one has a warning at the beginning that it is a hack and no longer supported)
http://www.webdevbros.net/2009/06/24/create-a-multi-languaged-domain-model-with-nhibernate-and-c/
(This does not describe how multilingual data will be structured in the database.)
Anyone having experience with using NHibernate with multi-lingual data.
want to create a multilingual application which also will have master pages.created simple aspx file...it's working fine with multilingual.Now I want to create a hierarchy like root->masters -> this will contain master pages for site and admin .root->Site -> this will contain web pages for site ,root ->admin -> this will contain web pages for admin.Now for this kind of structure how to create resource for multilingual ?
View 3 RepliesActually we need to generate multi-language resource files based on our default 'English' langauge resource file. The idea is if we can input this 'English' language resource file in that tool and it can generate another resource file for us in the required langauge.
View 4 RepliesI have implemented multilingual in my application. The text display is not proper for different language. For example in Spanish the label text is fully visible but if it will display in french then the text width is getting increased so it is not fully visible and for some other langauge it comes in second line, how to set the width and height according to langaue or is there any generic format to set?
View 3 RepliesI'd like some recommendations for a good open source CMS . I need it for developing a multilingual (Hebrew/Arabic/English) community site. I'm familiar with ASP.NET and would like to stay within this framework.
View 8 RepliesHas anyone else encountered a problem with Framework 4 automatically html encoding multilingual characters?I am uploading a spreadsheet with both English and Spanish characters. When I preview it on the page everything looks great however as soon as I attempt to pass it to the stored procedure the non-roman characters are being automatically converted to, what looks like, html encoding.This code worked flawlessly in 3.5 and has not been touched. The only change is that I switched to framework 4 however I haven't seen anything indicating that this would be a problem for me.
View 1 RepliesHow to apply theGlobalization and Localization asp.net with C# ....
View 1 RepliesHow to develop side with 20 different local language in india using sql database. the content are coming from database only. and when i select the language from dropdown it should convert this database text to appropriate language.
View 1 RepliesI have developed one demo for multilanguages website without master page ,and its work fine but when i developed actual website with using master page then its not working .. I have also not understand what is the problem in that ..
View 1 RepliesLooking for recommendations for a control which make can do spell checking for various languages.
View 3 Repliesi want my website multilingual e.g English,urdu,Hindi. I know About Two Approach
localization globaliztion and Google translatore, but i want to design the database multilingual for my website . how can i design the database for multilingual. and use it
i want to make a multilanguage website in asp.net
i want to give the dropdown on top in which user will select the language and according to language selection the website content will be changed
i have read your article on aspsnippets.com. Multilingual Website and i have implemented that i works good .but there is new problem arrising. suppose my default language is english set in internet option so the whenever website reloaded or redirected then all content will show in english language but
when i changed it to hindi then current webpage converted to hindi but after that if i pressed any button on current page or i redirected to any other link of particular website then again hindi is converted to english.
is there support for multimedia in asp.net?i m making a web conference website n want to know whether using asp.net is a good option or not...
View 3 Replies