|
Since when did Southern German and Austrians speak a Germanic language ? The area where nowadays Upper german is spoken (southern Germany, Austria) correlates with the craddle of Halstatt culture.
When did the shift from Celt to German occur ?
Is there...
Started by spongetaro on
, 11 posts
by 7 people.
Answer Snippets (Read the full thread at eupedia):
By spongetaro The area where nowadays Upper german is spoken (southern Germany, Austria) correlates with the craddle of Halstatt culture...Is there a Celtic substrate in Upper German ? The Celts have certainly left a heritage in the phonology....
|
|
I recently picked up this WW2 German contract Star model B. According to my Star Firearms book it's a 4th variation which was delivered to the Germans at Bordeaux, France on June 14, 1944. This was the last order that made in through to them before the...
Started by NavyGunner on
, 11 posts
by 5 people.
Answer Snippets (Read the full thread at gunboards):
( but no import marks) Eagleprof, I also have a 1953 made West German Hessian Landes German WW2 one pictured above....
I also picked up this very nice condition Astra model 600/43 West German police contract pistol several decades ago.
|
|
Can anyone recommend a good Scrum book in German? We are organizing some Scrum training but I would also like to get the team to read something as a primer. We have the classic "Agile Software Development with Scrum" book (Schwaber/Beedle) in English ...
Started by njreed.myopenid.com on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Moreover, according to the author, a ....
EDIT: a german translation.
Sorry, don't know about any Scrumbooks in German, but I can recommend: Scrum and XP from the Trenches Which is in English, but it's actually free to download as a PDF.
|
Ask your Facebook Friends
|
Hello,
well, first of all I'm german. I'm happy with that and as far as aloud I'm proud of my country. And this is where we encounter the first problem. Being proud of your country. For americans the best way to understand what happens if you are proud...
Started by Tomason on
, 15 posts
by 10 people.
Answer Snippets (Read the full thread at grasscity):
I dont see why people dislike the German people of an entire nation's people, as ....
The privilege of visiting Germany myself (I am half German by the way) but my grandma went in 2010 and she said she loved it and the people were friendly.
|
|
If someone was Quarter(25% German etc...) would they be of german descent if they were born in a different? Country
Started by Joe on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at yahoo):
If you were FAMOUS and had a WIKIPEDIA ....
Their parents may have been born in Italy, but their parents were both German.
Being of German descent means that one of your grandparents was German, because their family was German.
|
|
I haven't used German since high school and I've been wanting to reimmerse myself in the language. One way I was hoping to do that is by playing computer games in German. So does anyone have any suggestions for games with a version in German? Specifically...
Started by Eugene M on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at superuser):
Other from that, I guess all games which have been made for german a german version.
Also, Gabriel knight 2 has quite a bit of german in it.
Much it helped with the language, but I remember playing Ishar series in german.
|
|
My pages contain German characters and I have typed the text in between the HTML tag, but the browser views some characters differently. Do I need to include anything in HTML to properly display German characters?
<label> ausgefüllt </label>...
Started by venkatachalam on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Outside of ASCII such as German umlauts, you need to be very careful about which encoding you use.
|
|
Hi,
I have a German edition of Windows Vista Home. I would like to add English Language Speech Recognition support. Is this possible?
Started by Jigar Shah on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Chinese, English, French, German , Japanese and Spanish
Languages can be installed either in Internal.
|
|
This might be a bit weird question, but I'll give it a shot:
HELP, my Visual Studio 2008 / ASP.NET is giving me GERMAN error messages. Besides the fact that translations tend to be not as good as the original text, I can't search for those and find relevant...
Started by BlaM on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You have to switch the user interface language (UI.
The option of English, Chinese, French, German, etc.
|
|
Dear all,
I am manipulating german text in jQuery.
Maßnahme Text Now I need to Check these text in my switch case
switch(compare){ case 'Text': alert("Text");break; case 'Maßnahme': alert("Welcome");break; default:; }
Is there equvalent Unicode to check...
Started by venkatachalam on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Just a supplement to kgiannakakis....
Add the following in the head section:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
and make your server return content in UTF8 .
Save your file in UTF8 encoding and the switch case should work .
|