Click here to Skip to main content
15,926,939 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: database prob Pin
N a v a n e e t h27-Mar-07 0:37
N a v a n e e t h27-Mar-07 0:37 
AnswerRe: database prob Pin
RichardGrimmer27-Mar-07 5:40
RichardGrimmer27-Mar-07 5:40 
QuestionHow to run msn/aol messenger Pin
meghak26-Mar-07 17:41
meghak26-Mar-07 17:41 
QuestionHow to use an Xml file as a database? Pin
MinhajuddinK26-Mar-07 17:30
MinhajuddinK26-Mar-07 17:30 
AnswerRe: How to use an Xml file as a database? Pin
Christian Graus26-Mar-07 17:46
protectorChristian Graus26-Mar-07 17:46 
GeneralDateTime Pin
bernie_01126-Mar-07 19:18
bernie_01126-Mar-07 19:18 
QuestionBi/multi lingual site Pin
Glenn E. Lanier II26-Mar-07 11:09
Glenn E. Lanier II26-Mar-07 11:09 
AnswerRe: Bi/multi lingual site Pin
Mark Greenwood26-Mar-07 13:47
Mark Greenwood26-Mar-07 13:47 
The way our company works is that we create a string name for every string in the resource files. For example a string for Name on one page will be unique if it's in webpage1 as it's name will be webpage1.Name, which will then be different from a similiar string on webpage2 because the unique name will be called webpage2.Name etc.

We then have a Databast table which contains a unique string link (i.e. webpage1.Name as above) a Locale (i.e. English, Spanish etc) and then the localised (translated) string. We have a control which when a page is rendered iterates through each of the strings held in the resx file - works out what the unique name would be (i.e. on webpage1 it prefixes the name with webpage1 etc) and then based on the chosen locale it extracts the string from the database table and voila - localisable webpages.

There are probably many alternatives but the beauty of this is that since all the localised strings are stored as data - it can be exported, edited and added to simply through the db.

Plus you can write out the webpage in English - then deliver the strings from your db table to someone to translte into Japanese (for example) and then once the new Japanese strings have been imported you can then have a japanese version of your webite availabe without any rework on the website itself.
GeneralRe: Bi/multi lingual site Pin
Glenn E. Lanier II28-Mar-07 3:34
Glenn E. Lanier II28-Mar-07 3:34 
QuestionRe: Bi/multi lingual site Pin
Glenn E. Lanier II25-Apr-07 9:43
Glenn E. Lanier II25-Apr-07 9:43 
QuestionUpdate to control walking issue Pin
Glenn E. Lanier II25-Apr-07 10:09
Glenn E. Lanier II25-Apr-07 10:09 
Question!!!Question about Programmatically adding items to list control Pin
vicky45726-Mar-07 9:55
vicky45726-Mar-07 9:55 
AnswerRe: !!!Question about Programmatically adding items to list control Pin
error140826-Mar-07 10:10
error140826-Mar-07 10:10 
GeneralRe: !!!Question about Programmatically adding items to list control Pin
vicky45726-Mar-07 11:14
vicky45726-Mar-07 11:14 
AnswerRe: !!!Question about Programmatically adding items to list control Pin
Christian Graus26-Mar-07 14:07
protectorChristian Graus26-Mar-07 14:07 
Questionexport data to excel creating multiple worksheets Pin
bonokoot26-Mar-07 9:39
bonokoot26-Mar-07 9:39 
QuestionNot able to view Web Application Project Pin
duaatul26-Mar-07 8:30
duaatul26-Mar-07 8:30 
AnswerRe: Not able to view Web Application Project Pin
ToddHileHoffer26-Mar-07 8:43
ToddHileHoffer26-Mar-07 8:43 
GeneralRe: Not able to view Web Application Project Pin
duaatul26-Mar-07 9:28
duaatul26-Mar-07 9:28 
QuestionTutorial for GridViews ? Pin
digsy_26-Mar-07 7:57
digsy_26-Mar-07 7:57 
AnswerRe: Tutorial for GridViews ? Pin
ToddHileHoffer26-Mar-07 8:26
ToddHileHoffer26-Mar-07 8:26 
GeneralRe: Tutorial for GridViews ? Pin
digsy_26-Mar-07 8:51
digsy_26-Mar-07 8:51 
AnswerRe: Tutorial for GridViews ? Pin
error140826-Mar-07 10:22
error140826-Mar-07 10:22 
QuestionHow to access a treeview control from another .aspx file Pin
r_jaz26-Mar-07 7:56
r_jaz26-Mar-07 7:56 
AnswerRe: How to access a treeview control from another .aspx file Pin
varshavmane26-Mar-07 22:22
varshavmane26-Mar-07 22:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.