Connecting Tech Pros Worldwide Help | Site Map

Internacionalization

 
LinkBack Thread Tools Search this Thread
  #1  
Old August 21st, 2008, 08:35 PM
Paulo
Guest
 
Posts: n/a
Default Internacionalization

What is the best approach? Using DB wich stores the translation of the
variable used on site for each language?

LANGUAGE_CODE, VARIABLE, TRANSLATION
1,'CustomerWord','Customer'
2,'CustomerWord','Cliente' - 'BR Portuguese

Thanks



  #2  
Old August 22nd, 2008, 12:25 AM
=?Utf-8?B?T2xkIFBlZGFudA==?=
Guest
 
Posts: n/a
Default RE: Internacionalization



"Paulo" wrote:
Quote:
What is the best approach? Using DB wich stores the translation of the
variable used on site for each language?
>
LANGUAGE_CODE, VARIABLE, TRANSLATION
1,'CustomerWord','Customer'
2,'CustomerWord','Cliente' - 'BR Portuguese
That will work, but it will be very, very, very slow.

Unless this is for a "toy" site that doesn't get very many hits, it would be
a bad way to go.

You need an all-in-memory solution.

  #3  
Old August 22nd, 2008, 12:55 PM
Paulo
Guest
 
Posts: n/a
Default Re: Internacionalization


"Old Pedant" <OldPedant@discussions.microsoft.comescreveu na mensagem
news:CE2880FC-E82B-4A26-8A18-FB148ACE0583@microsoft.com...
Quote:
>
>
"Paulo" wrote:
>
Quote:
>What is the best approach? Using DB wich stores the translation of the
>variable used on site for each language?
>>
>LANGUAGE_CODE, VARIABLE, TRANSLATION
>1,'CustomerWord','Customer'
>2,'CustomerWord','Cliente' - 'BR Portuguese
>
That will work, but it will be very, very, very slow.
>
Unless this is for a "toy" site that doesn't get very many hits, it would
be
a bad way to go.
>
You need an all-in-memory solution.
What is a "all-in-memory solution"? Show me examples please!


 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,989 network members.