svorlow
Posts: 18
|
| Posted: 11/17/2006, 12:09 AM |
|
I formaly created a CCS Project including the languages "de" and "en". When I now planed to put in a new language "de-AT" for german-austria I had several problems.
1.) I cannot switch to this language by passing http://.../something.php?locale=de-AT, as I can do it with .../locale=en. The project just gives me the "de" output
2.) When I switch the default language to "de-AT", the browser tells mit it couldn't load the webpage.
Has anybody an idea?
Best regards
Stephan
|
 |
 |
svorlow
Posts: 18
|
| Posted: 11/17/2006, 12:26 AM |
|
More informations: There is propably a bug.
The new de-AT File is output in ANSI, not UTF-8, as I specified.
|
 |
 |
svorlow
Posts: 18
|
| Posted: 11/17/2006, 12:27 AM |
|
But what shall I say - on throwing away the first attempt, it works with the second. I keep you posted on further problems regarding this function
|
 |
 |
wkempees
Posts: 1679
|
| Posted: 11/17/2006, 9:19 AM |
|
svorlow:
Probably in the first attempt, the one that did not work, your Publishing parameter was not set to all.
You created new languages files, published the prokect, but language file was never moved to server.
Then on the second attempt the langiage file is already there, publish a new project en the file does go to the server.
No idea about the UTF-8.
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
|