List Info

Thread: Conversion from english to Punjabi Language }




Conversion from english to Punjabi Language }
user name
2006-02-20 10:42:54
hello, friends .
i am making a website that need to be in multilanguages such
as punjabi
language. wht i need is that first it displayed the text in
english
there is a lilnk to other language such as punjabi, How can
i
accomplish this? is there any english to punjabi automatic
converter?Please help me soon.

Thanks

Urgent...........


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "PHP-Masters" group.
To post to this group, send email to PHP-Mastersgooglegroups.com
To unsubscribe from this group, send email to
PHP-Masters-unsubscribegooglegroups.com
For more options, visit this group at http://gro
ups.google.com/group/PHP-Masters
-~----------~----~----~----~------~----~------~--~---

Conversion from english to Punjabi Language }
user name
2006-02-21 06:02:24
hello vivek
 
according to me there is no function which directely convert it to punjabi. but you can use gettext. make some read on it.
 
You have to use  following function
 
 putenv('LANG = '.$language);
 putenv('LANGUAGE='.$language);
 setlocale(LC_ALL, $language);
 $domain = "messages";
 // Set the text domain as 'messages'
 bindtextdomain( $domain, ROOT. '/translation' );
 textdomain($domain);
you also need message.mo and .po file.
 
My sugg. will be while coding if you want to display any thing on scree write like this
 
<input type="text" name="t1" id="t1"/&gt; <?php echo _("Text which you want to display on screen"); ?>
 
The text which you want to be get change on li nk
Brings words and photos together (easily) with
PhotoMail - it's free and works with Yahoo! Mail.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "PHP-Masters&quot; group.
To post to this group, send email to PHP-Mastersgooglegroups.com
To unsubscribe from this group, send email to PHP-Masters-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/PHP-Masters
-~----------~----~----~----~------~----~------~--~---

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )