Hi,
I have to develop a website that stores all its contents in database. This means i can not use language files for translation. Can anyone suggest me how to translate dynamically generated database data in user language..................................
Localizing data stored in database
Moderator: General Moderators
-
coolkrishna
- Forum Newbie
- Posts: 2
- Joined: Fri Jun 18, 2010 10:51 pm
Re: Localizing data stored in database
Wow, that is a tough one.
I'd store your "language" files in a separate table. Each piece of content with a separate entry for each language. Then pull the data based on the launguage.
I'd store your "language" files in a separate table. Each piece of content with a separate entry for each language. Then pull the data based on the launguage.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
-
coolkrishna
- Forum Newbie
- Posts: 2
- Joined: Fri Jun 18, 2010 10:51 pm
Re: Localizing data stored in database
Actually i want real time translation because I don't know what data is stored in database table at particular instant as site users dynamically add content.
Re: Localizing data stored in database
good luck
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Re: Localizing data stored in database
Find someone that offers an API.