Click to See Complete Forum and Search --> : multiple regional languages


Mantis
04-26-2006, 05:39 AM
i'm doing a site that needs multi language compatibility. i also have flash animations. can i use php to create alternate pages? or do i need other stuff?

rch10007
04-26-2006, 07:04 AM
You can create multiple files that hold strings for all text in your website and use php to load the appropriate file to display, depending on user preference.