PHP and creating a new (spoken) language translation?
Posted: Thu Jul 01, 2004 4:58 am
I'm not terribly optimistic about this, but...
I've just starting fiddling with the setlocale() function for a web site I'm making- and I've made it work fine. My problem is that the site needs to be in English and Welsh- and surprisingly my set up doesn't have the info needed for Welsh!
Now, I could just make a function and custom date function that'd sort this for me, but I'd rather try and do it as "properly" as possible. Is there any way I can create a language file or something to add to the current set up to allow me to set the locale to Welsh?
I've just starting fiddling with the setlocale() function for a web site I'm making- and I've made it work fine. My problem is that the site needs to be in English and Welsh- and surprisingly my set up doesn't have the info needed for Welsh!
Now, I could just make a function and custom date function that'd sort this for me, but I'd rather try and do it as "properly" as possible. Is there any way I can create a language file or something to add to the current set up to allow me to set the locale to Welsh?