How to use two languages and skins ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mozartvn
Forum Newbie
Posts: 1
Joined: Wed Aug 01, 2007 5:30 am

How to use two languages and skins ?

Post by mozartvn »

anybody show the way to code ?
thanks u. :roll:
User avatar
Gente
Forum Contributor
Posts: 252
Joined: Wed Jun 13, 2007 9:43 am
Location: Ukraine, Kharkov
Contact:

Post by Gente »

What are talking about?
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Having completely different skins, usually is a hint that you should look into a templating system (or at least separate data access and business logic from presentation code)...

Localization and internationaliztiion can be achieved with gettext...
Post Reply