Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 09-04-2006, 06:40 AM   #1 (permalink)
 
True Techie

Join Date: May 2006

Posts: 128

WHWebSolutions

Send a message via ICQ to WHWebSolutions Send a message via AIM to WHWebSolutions Send a message via Yahoo to WHWebSolutions
Default php lang file problem

Hello all I am stuck on this. I have this code here
Code:
        case "__": return " ";

        case "__Afrikaans": return "None";

        case "__Arabic": return "Arabisch";

        case "__Bulgarian": return "Bulgarisch"; 

        case "__Burmese": return "Burmesisch";

        case "__Cantonese": return "Kantonesisch";

        case "__Croatian": return "Kroatisch"; 

        case "__Danish": return "Dänisch"; 

        case "_Database Error": return "Fehler in Datenbank ";

        case "__Dutch": return "Dutch";
		
        case "__English": return "Englisch";

        case "__Esperanto": return "Esperanto";

        case "__Estonian": return "Estonisch"; 

        case "__Finnish": return "Finnisch"; 

        case "__French": return "Französisch"; 

        case "__German": return "Deutsch"; 

        case "__Greek": return "Griechisch"; 

        case "__Gujrati": return "Gujrati";

        case "__Hebrew": return "Hebräisch"; 

        case "__Hindi": return "Hindi";

        case "__Hungarian": return "Ungarisch";

        case "__Icelandic": return "Isländisch"; 

        case "__Indian": return "Indisch"; 

        case "__Indonesian": return "Indonesisch"; 

        case "__Italian": return "Italiernisch"; 

        case "__Japanese": return "Japanisch"; 

        case "__Korean": return "Koreanisch"; 

        case "__Latvian": return "Lettisch";

        case "__Lithuanian": return "Litauisch";

        case "__Malay": return "Malay";

        case "__Mandarin": return "Mandarin";

        case "__Marathi": return "Marathi";

        case "__Moldovian": return "Moldawisch"; 

        case "__Nepalese": return "Nepalesisch";

        case "__Norwegian": return "Norwegisch"; 

        case "__Persian": return "Persisch"; 

        case "__Polish": return "Polnisch"; 

        case "__Portuguese": return "Portugiesisch"; 

        case "__Punjabi": return "Punjabi";

        case "__Romanian": return "Romänisch"; 

        case "__Russian": return "Russich"; 

        case "__Serbian": return "Serbish";

        case "__Spanish": return "Spanisch"; 

        case "__Swedish": return "Schwedisch"; 

        case "__Tagalog": return "Tagalog";

        case "__Taiwanese": return "Taiwanese";

        case "__Tamil": return "Tamil";

        case "__Telugu": return "Telugu";

        case "__Thai": return "Thai";

        case "__Tongan": return "Tongan";

        case "__Turkish": return "Türkisch"; 

        case "__Ukrainian": return "Ukrainer";

        case "__Urdu": return "Urdu";

        case "__Vietnamese": return "Vietnamese";

        case "__Visayan": return "Visayan";
Now when I upload this and look at the langs. to select, they are in a different order then what is seen here. Is there something else that I have to do? Please help me if you can as I am stuck.

William
WHWebSolutions is offline  
Old 09-04-2006, 02:27 PM   #2 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

These are case statements. They have nothing to do with order. You'll have to sort them before you print them.
jaeusm is offline  
Old 09-05-2006, 04:37 AM   #3 (permalink)
 
True Techie

Join Date: May 2006

Posts: 128

WHWebSolutions

Send a message via ICQ to WHWebSolutions Send a message via AIM to WHWebSolutions Send a message via Yahoo to WHWebSolutions
Default

How do I get it where they are in order on the internet page?
__________________
William Harding
William Harding Web Solutions
whwebsolutions@aol.com
Visit my site for web hosting and design <a href=\"http://www.web-solutions.co.nr\">http://www.web-solutions.co.nr </a></td>
WHWebSolutions is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On