Implementing translation

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
fastfingertips
Forum Contributor
Posts: 242
Joined: Sun Dec 28, 2003 1:40 am
Contact:

Implementing translation

Post by fastfingertips »

Hello

In my application i'll have to implement multi language content, from your experience what is more scalable, a system of translations that is working
with files or translations stored in db. And also how you are handling this using a template system like smarty?

Thank you
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

We've talked about this fairly recently: viewtopic.php?t=52045
Post Reply