Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can I make a script that can be bilanguage (supports
English, German)?

Answers were Sorted based on User's Feedback



How can I make a script that can be bilanguage (supports English, German)?..

Answer / koushikgraj

1. create different files to store different languages
eg: languages/eng.php
languages/ger.php

2. add constant variables in both the files
eg: languages/eng.php :: define('QUES','How are you');
eg: languages/ger.php :: contains define('QUES','Wie geht
es Ihnen');

3. in template page need to use the constant variable to
load the different language
eg: <div><?php echo QUES;?></div>

4. load different files according to language request

5. ofcourse we need to use characters encoding UTF-8 in HTMl
or PHP pages.

Is This Answer Correct ?    4 Yes 0 No

How can I make a script that can be bilanguage (supports English, German)?..

Answer / hitesh patil

See PHP Scripts can be written only in english. If you want
support, i mean you want to see pages in Other languages
then use characters encoding UTF-8 in HTMl or PHP pages.
It will work.

Is This Answer Correct ?    5 Yes 6 No

How can I make a script that can be bilanguage (supports English, German)?..

Answer / rakesh kumar nautiyal

open the Language option

Is This Answer Correct ?    2 Yes 9 No

Post New Answer

More PHP Interview Questions

write function of the sentence traversal passing the parameter, e.g input:this is input sentence. output:sentence input is this.

1 Answers   HyperQuality,


Is a number php?

0 Answers  


What is oops php?

0 Answers  


What is data abstraction in php?

0 Answers  


What is the use of friend function?

7 Answers   Wipro,


Is laravel better than codeigniter?

0 Answers  


Why session timeout is important?

0 Answers  


Is runtime polymorphism overriding?

0 Answers  


hi sir am a fresher just learning LAMP COURSE linux,apache,mysql and php .just i finished my M.C.A 2009 passed out ..can any one tell after i finish this course how much salary we expect in any php based company ? and also tell please how much salary we can demand as a fresher with my M.C.A qualification as a PHP fresher in a company ? how much we get atleast mininum as a PHP fresher in CHENNAI and Bangalore just send ur valuable suggestions to kiranpulsar2007@gmail.com please guide to me sir

2 Answers  


What are the ways we can destroy a session variable ?

3 Answers  


What is the expansion of LAMP?

0 Answers  


How to get complete current page url in php?

0 Answers  


Categories