<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Free Online German Course for Beginners (A1) on Learn German Online — Private &amp; Group Lessons | Germanlesson.online</title><link>https://germanlesson.online/free-german-course/</link><description>Recent content in Free Online German Course for Beginners (A1) on Learn German Online — Private &amp; Group Lessons | Germanlesson.online</description><generator>Hugo</generator><language>en</language><copyright>Germanlesson.online</copyright><lastBuildDate>Wed, 08 Jul 2026 22:08:47 +0200</lastBuildDate><atom:link href="https://germanlesson.online/free-german-course/index.xml" rel="self" type="application/rss+xml"/><item><title>Lesson 1: Introducing Yourself</title><link>https://germanlesson.online/free-german-course/lesson-1/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-1/</guid><description>&lt;p>Let&amp;rsquo;s listen to a short introductory dialogue. This simple dialogue will be the basis of our first lesson.&lt;/p>
&lt;ul class="extern mono">


&lt;audio src="https://germanlesson.online/audio/lezione-1/dialogue-1.mp3" id="audio1">&lt;/audio>
&lt;button type="button" id="play" class="fa fa-play-circle" aria-label="Play audio" onclick="play()" style="background:none;border:none;font-size:inherit;cursor:pointer;color:inherit;">&lt;/button>
 Guten Tag! Ich heiße Frau Schmidt. Wie heißen Sie? &lt;ul class="intern">
&lt;li> Guten Tag! Ich heiße Hanna Parker. &lt;/li>
&lt;/ul>
&lt;/ul>



 
&lt;script>
function Sleep(milliseconds) {
 return new Promise(resolve => setTimeout(resolve, milliseconds));
}
 function play() {
			
 var audio = document.getElementById('audio1');
 if (audio.paused) {
						
 audio.play();
 $('#play').removeClass('fa-play-circle');
 $('#play').addClass('fa-pause-circle');
 }else{
 audio.pause();
 audio.currentTime = 0;
 $('#play').removeClass('fa-pause-circle');
						$('#play').addClass('fa-play-circle');
 }
				audio.addEventListener("ended", function(){
					audio.currentTime = 0;
					
					$('#play').removeClass('fa-pause-circle');
					$('#play').addClass('fa-play-circle');
				});
		}
		
		
&lt;/script>
&lt;p>Here is the phrase-by-phrase translation from German to English.&lt;/p></description></item><item><title>Lesson 2: Talking About Occupations</title><link>https://germanlesson.online/free-german-course/lesson-2/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-2/</guid><description>&lt;p>Welcome back to our German lessons! In &lt;a href="https://germanlesson.online/free-german-course/lesson-1/">lesson 1&lt;/a>, we learned how to introduce ourselves. Now, let&amp;rsquo;s expand our conversation.&lt;/p>
&lt;h3 id="dialogue-2-discussing-occupations">Dialogue 2: Discussing Occupations&lt;/h3>
&lt;p>Let&amp;rsquo;s dive into a conversation about occupations between our characters Frau Schmidt and Hanna Parker:&lt;/p>
&lt;ul class="extern mono">


&lt;audio src="https://germanlesson.online/audio/lezione-2/dialogue-2.mp3" id="audio2">&lt;/audio>
&lt;button type="button" id="play" class="fa fa-play-circle" aria-label="Play audio" onclick="play()" style="background:none;border:none;font-size:inherit;cursor:pointer;color:inherit;">&lt;/button>
 Guten Tag, Frau Parker! Was sind Sie von Beruf? &lt;ul class="intern">
&lt;li> Guten Tag, Frau Schmidt! Ich bin Ärztin. Und Sie?&lt;/li>
&lt;li> Ich bin Lehrerin.&lt;/li>
&lt;/ul>
&lt;/ul>




 
&lt;script>
function Sleep(milliseconds) {
 return new Promise(resolve => setTimeout(resolve, milliseconds));
}
 function play() {
			
 var audio = document.getElementById('audio2');
 if (audio.paused) {
						
 audio.play();
 $('#play').removeClass('fa-play-circle');
 $('#play').addClass('fa-pause-circle');
 }else{
 audio.pause();
 audio.currentTime = 0;
 $('#play').removeClass('fa-pause-circle');
						$('#play').addClass('fa-play-circle');
 }
				audio.addEventListener("ended", function(){
					audio.currentTime = 0;
					
					$('#play').removeClass('fa-pause-circle');
					$('#play').addClass('fa-play-circle');
				});
		}
		
		
&lt;/script>
&lt;p>Here is the phrase-by-phrase translation from German to English:&lt;/p></description></item><item><title>Lesson 3: Talking About Hobbies</title><link>https://germanlesson.online/free-german-course/lesson-3/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-3/</guid><description>&lt;p>Welcome back to our German lessons! In &lt;a href="https://germanlesson.online/free-german-course/lesson-2/">lesson 2&lt;/a>, we discussed occupations. Let&amp;rsquo;s now move on to talking about hobbies and introducing new pronouns.&lt;/p>
&lt;h3 id="exploring-hobbies">Exploring Hobbies&lt;/h3>
&lt;p>Continuing our conversation with Frau Schmidt and Hanna Parker:&lt;/p>
&lt;ul class="extern mono">


&lt;audio src="https://germanlesson.online/audio/lezione-3/dialogue-3.mp3" id="audio3">&lt;/audio>
&lt;button type="button" id="play" class="fa fa-play-circle" aria-label="Play audio" onclick="play()" style="background:none;border:none;font-size:inherit;cursor:pointer;color:inherit;">&lt;/button>
 
Guten Tag, Hanna! Was machst du gern in deiner Freizeit?&lt;ul class="intern">
&lt;li> Guten Tag, Frau Schmidt! Ich lese gerne Bücher. Und Julian?&lt;/li>
&lt;li> Er spielt gerne Fußball.&lt;/li>
&lt;/ul>
&lt;/ul>



 
&lt;script>
function Sleep(milliseconds) {
 return new Promise(resolve => setTimeout(resolve, milliseconds));
}
 function play() {
			
 var audio = document.getElementById('audio3');
 if (audio.paused) {
						
 audio.play();
 $('#play').removeClass('fa-play-circle');
 $('#play').addClass('fa-pause-circle');
 }else{
 audio.pause();
 audio.currentTime = 0;
 $('#play').removeClass('fa-pause-circle');
						$('#play').addClass('fa-play-circle');
 }
				audio.addEventListener("ended", function(){
					audio.currentTime = 0;
					
					$('#play').removeClass('fa-pause-circle');
					$('#play').addClass('fa-play-circle');
				});
		}
		
		
&lt;/script>
&lt;p>Here is the phrase-by-phrase translation from German to English:&lt;/p></description></item><item><title>Lesson 4: Introducing 'sie' and 'es'</title><link>https://germanlesson.online/free-german-course/lesson-4/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-4/</guid><description>&lt;p>Welcome back to our German lessons! In our previous lessons, we discussed occupations and hobbies. Let&amp;rsquo;s continue by introducing new pronouns &amp;lsquo;sie&amp;rsquo; and &amp;rsquo;es&amp;rsquo;.&lt;/p>
&lt;h3 id="exploring-personal-pronouns">Exploring Personal Pronouns&lt;/h3>
&lt;p>Let&amp;rsquo;s revisit our conversation with Frau Schmidt and Hanna Parker:&lt;/p>
&lt;ul class="extern mono">


&lt;audio src="https://germanlesson.online/audio/lezione-4/dialogue-4.mp3" id="audio4">&lt;/audio>
&lt;button type="button" id="play" class="fa fa-play-circle" aria-label="Play audio" onclick="play()" style="background:none;border:none;font-size:inherit;cursor:pointer;color:inherit;">&lt;/button>
 
Guten Tag, Hanna! Wie geht es dir?&lt;ul class="intern">
&lt;li> Guten Tag, Frau Schmidt! Mir geht es gut. Und wie geht es Ihnen?&lt;/li>
&lt;li> Mir geht es auch gut, danke. Wie geht es deiner Schwester?&lt;/li>
&lt;li> Sie ist müde, aber es geht ihr besser heute.&lt;/li>
&lt;/ul>
&lt;/ul>



 
&lt;script>
function Sleep(milliseconds) {
 return new Promise(resolve => setTimeout(resolve, milliseconds));
}
 function play() {
			
 var audio = document.getElementById('audio4');
 if (audio.paused) {
						
 audio.play();
 $('#play').removeClass('fa-play-circle');
 $('#play').addClass('fa-pause-circle');
 }else{
 audio.pause();
 audio.currentTime = 0;
 $('#play').removeClass('fa-pause-circle');
						$('#play').addClass('fa-play-circle');
 }
				audio.addEventListener("ended", function(){
					audio.currentTime = 0;
					
					$('#play').removeClass('fa-pause-circle');
					$('#play').addClass('fa-play-circle');
				});
		}
		
		
&lt;/script>
&lt;p>Here is the phrase-by-phrase translation from German to English:&lt;/p></description></item><item><title>Lesson 5: Introducing 'wir', 'ihr'</title><link>https://germanlesson.online/free-german-course/lesson-5/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-5/</guid><description>&lt;p>Welcome back to our German lessons! In our previous sessions, we explored personal pronouns related to well-being. Let&amp;rsquo;s delve further by introducing new pronouns &amp;lsquo;wir&amp;rsquo;, &amp;lsquo;ihr&amp;rsquo;, &amp;lsquo;uns&amp;rsquo;, and &amp;rsquo;euch&amp;rsquo;.&lt;/p>
&lt;h3 id="continuing-the-conversation">Continuing the Conversation&lt;/h3>
&lt;p>Let&amp;rsquo;s revisit the dialogue between Frau Schmidt and Hanna Parker:&lt;/p>
&lt;ul class="extern mono">


&lt;audio src="https://germanlesson.online/audio/lezione-5/dialogue-5.mp3" id="audio5">&lt;/audio>
&lt;button type="button" id="play" class="fa fa-play-circle" aria-label="Play audio" onclick="play()" style="background:none;border:none;font-size:inherit;cursor:pointer;color:inherit;">&lt;/button>
 
Guten Tag, Hanna! Wie geht es euch?&lt;ul class="intern">
&lt;li> Guten Tag, Frau Schmidt! Uns geht es gut. Und wie geht es Ihnen?&lt;/li>
&lt;li> Mir geht es auch gut, danke. Wie geht es deinen Eltern?&lt;/li>
&lt;li> Ihnen geht es auch gut. Ihr seid freundlich, und wir mögen euch.&lt;/li>
&lt;/ul>
&lt;/ul>



 
&lt;script>
function Sleep(milliseconds) {
 return new Promise(resolve => setTimeout(resolve, milliseconds));
}
 function play() {
			
 var audio = document.getElementById('audio5');
 if (audio.paused) {
						
 audio.play();
 $('#play').removeClass('fa-play-circle');
 $('#play').addClass('fa-pause-circle');
 }else{
 audio.pause();
 audio.currentTime = 0;
 $('#play').removeClass('fa-pause-circle');
						$('#play').addClass('fa-play-circle');
 }
				audio.addEventListener("ended", function(){
					audio.currentTime = 0;
					
					$('#play').removeClass('fa-pause-circle');
					$('#play').addClass('fa-play-circle');
				});
		}
		
		
&lt;/script>
&lt;p>Here is the translation from German to English:&lt;/p></description></item><item><title>Lesson 6: Exploring Reflexive Pronouns in German</title><link>https://germanlesson.online/free-german-course/lesson-6/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-6/</guid><description>&lt;p>Welcome back to our German lessons! In our previous sessions, we&amp;rsquo;ve expanded our understanding of personal pronouns. Today, we&amp;rsquo;ll delve into reflexive pronouns and their usage in German sentences.&lt;/p>
&lt;h3 id="introducing-reflexive-pronouns">Introducing Reflexive Pronouns&lt;/h3>
&lt;p>Let&amp;rsquo;s start with the concept of reflexive pronouns. These pronouns are used when the subject and object of a sentence refer to the same person or thing. They&amp;rsquo;re vital for expressing actions that a subject does to themselves.&lt;/p></description></item><item><title>Lesson 7: Exploring Basic Verbs in German</title><link>https://germanlesson.online/free-german-course/lesson-7/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-7/</guid><description>&lt;p>Welcome to our German lesson on basic verbs! In this session, we&amp;rsquo;ll be introducing and exploring fundamental verbs in the German language.&lt;/p>
&lt;h3 id="introducing-basic-verbs">Introducing Basic Verbs&lt;/h3>
&lt;p>Verbs are crucial components of sentences, expressing actions, states, or occurrences. Let&amp;rsquo;s begin with a dialogue between Herr Schmidt and Lisa, focusing on new basic verbs:&lt;/p>
&lt;ul class="extern mono">


&lt;audio src="https://germanlesson.online/audio/lesson-basic-verbs/dialogue-basic-verbs.mp3" id="audio-basic-verbs">&lt;/audio>
&lt;button type="button" id="play" class="fa fa-play-circle" aria-label="Play audio" onclick="play()" style="background:none;border:none;font-size:inherit;cursor:pointer;color:inherit;">&lt;/button>
 
Guten Tag, Lisa! Was machst du heute?&lt;ul class="intern">
&lt;li> Hallo, Herr Schmidt! Ich lerne Deutsch und lese ein Buch.&lt;/li>
&lt;li> Lernst du gerne Deutsch?&lt;/li>
&lt;li> Ja, ich lerne gerne neue Sprachen.&lt;/li>
&lt;/ul>
&lt;/ul>



 
&lt;script>
function Sleep(milliseconds) {
 return new Promise(resolve => setTimeout(resolve, milliseconds));
}
 function play() {
			
 var audio = document.getElementById('audio-basic-verbs');
 if (audio.paused) {
						
 audio.play();
 $('#play').removeClass('fa-play-circle');
 $('#play').addClass('fa-pause-circle');
 }else{
 audio.pause();
 audio.currentTime = 0;
 $('#play').removeClass('fa-pause-circle');
						$('#play').addClass('fa-play-circle');
 }
				audio.addEventListener("ended", function(){
					audio.currentTime = 0;
					
					$('#play').removeClass('fa-pause-circle');
					$('#play').addClass('fa-play-circle');
				});
		}
		
		
&lt;/script>
&lt;p>Let&amp;rsquo;s translate the dialogue from German to English:&lt;/p></description></item><item><title>Lesson 8: German Verbs - Past Tense and Modal Verbs</title><link>https://germanlesson.online/free-german-course/lesson-8/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-8/</guid><description>&lt;p>Welcome back to our German course! In this lesson, we&amp;rsquo;ll dive deeper into verb tenses, exploring the past tense and modal verbs.&lt;/p>
&lt;h3 id="past-tense-in-german">Past Tense in German&lt;/h3>
&lt;p>In German, the past tense is commonly expressed through two forms: the &lt;strong>Perfekt&lt;/strong> and the &lt;strong>Präteritum&lt;/strong>.&lt;/p>
&lt;h4 id="perfekt-tense">Perfekt Tense&lt;/h4>
&lt;p>The Perfekt tense is formed using the auxiliary verb &lt;strong>haben&lt;/strong> (to have) or &lt;strong>sein&lt;/strong> (to be) along with the past participle of the main verb.&lt;/p>
&lt;p>For example:&lt;/p></description></item><item><title>Lesson 9: German Word Order and Conjunctions</title><link>https://germanlesson.online/free-german-course/lesson-9/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-9/</guid><description>&lt;p>Willkommen zurück! In this lesson, we&amp;rsquo;ll explore the essential aspects of German word order and conjunctions.&lt;/p>
&lt;h3 id="word-order-in-german-sentences">Word Order in German Sentences&lt;/h3>
&lt;p>German sentences follow a specific word order: Subject-Verb-Object (SVO). However, this order can change depending on the sentence structure.&lt;/p>
&lt;h4 id="basic-word-order-subject-verb-object-svo">Basic Word Order: Subject-Verb-Object (SVO)&lt;/h4>
&lt;p>Example:&lt;/p>
&lt;ul>
&lt;li>&lt;em>Ich lese ein Buch.&lt;/em> (I read a book.)&lt;/li>
&lt;li>&lt;em>Der Hund bellt.&lt;/em> (The dog barks.)&lt;/li>
&lt;li>&lt;em>Sie liest das Buch.&lt;/em> (She reads the book.)&lt;/li>
&lt;li>&lt;em>Wir essen Pizza.&lt;/em> (We eat pizza.)&lt;/li>
&lt;li>&lt;em>Ich trinke Kaffee.&lt;/em> (I drink coffee.)&lt;/li>
&lt;li>&lt;em>Er spielt Fußball.&lt;/em> (He plays football.)&lt;/li>
&lt;li>&lt;em>Sie hört Musik.&lt;/em> (She listens to music.)&lt;/li>
&lt;li>&lt;em>Du schreibst einen Brief.&lt;/em> (You write a letter.)&lt;/li>
&lt;li>&lt;em>Die Kinder sehen einen Film.&lt;/em> (The children watch a movie.)&lt;/li>
&lt;/ul>
&lt;h4 id="inverted-word-order">Inverted Word Order&lt;/h4>
&lt;p>In some cases, particularly in questions or with temporal phrases, the word order can change to Verb-Subject-Object (VSO).&lt;/p></description></item><item><title>Lesson 10: Understanding Hauptsätze and Nebensätze in German</title><link>https://germanlesson.online/free-german-course/lesson-10/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-10/</guid><description>&lt;p>Welcome to the lesson focusing on understanding &lt;strong>Hauptsätze&lt;/strong> (main clauses) and &lt;strong>Nebensätze&lt;/strong> (subordinate clauses) in German!&lt;/p>
&lt;p>We have seen &lt;em>Hauptsätze&lt;/em> in the previous &lt;a href="https://germanlesson.online/free-german-course/lesson-9/">lesson 9&lt;/a>, even if we haven&amp;rsquo;t named so.&lt;/p>
&lt;p>Let&amp;rsquo;s delve into their differences and the construction of sentences with both types of clauses:&lt;/p>
&lt;h3 id="hauptsätze-main-clauses">Hauptsätze (Main Clauses)&lt;/h3>
&lt;p>&lt;em>Hauptsätze&lt;/em> are independent clauses that can stand alone as complete sentences. &lt;strong>They express a complete thought or idea&lt;/strong>.&lt;/p>
&lt;h4 id="sentence-structure">Sentence Structure:&lt;/h4>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Subject&lt;/th>
 &lt;th>Verb&lt;/th>
 &lt;th>Object (if present)&lt;/th>
 &lt;th>= Complete Sentence (Hauptsatz)&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>Ich&lt;/td>
 &lt;td>lese&lt;/td>
 &lt;td>ein Buch&lt;/td>
 &lt;td>&lt;em>Ich lese ein Buch.&lt;/em>&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;h5 id="example">Example:&lt;/h5>
&lt;ul>
&lt;li>&lt;em>Ich lese ein Buch.&lt;/em> (I am reading a book.)&lt;/li>
&lt;/ul>
&lt;h3 id="nebensätze-subordinate-clauses">Nebensätze (Subordinate Clauses)&lt;/h3>
&lt;p>&lt;em>Nebensätze&lt;/em> are dependent clauses that cannot stand alone as complete sentences. They provide additional information and are linked to the main clause by &lt;strong>subordinating conjunctions&lt;/strong>.&lt;/p></description></item><item><title>Lesson 11: Understanding German Nominative Case and Gender</title><link>https://germanlesson.online/free-german-course/lesson-11/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-11/</guid><description>&lt;p>In German grammar, the nominative case is vital as it indicates the subject of a sentence.&lt;/p>
&lt;p>Additionally, nouns in German have one of three genders: masculine, feminine, or neuter, which significantly impact articles, adjectives, and pronouns associated with them.&lt;/p>
&lt;h3 id="the-function-of-nominative-case">The Function of Nominative Case:&lt;/h3>
&lt;p>The nominative case primarily identifies the &lt;strong>subject&lt;/strong> in a sentence. The subject noun or pronoun usually performs the action described by the verb.&lt;/p>
&lt;h3 id="examples">Examples:&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>Der Mann&lt;/strong> liest. (The man reads.)&lt;/li>
&lt;/ul>
&lt;p>Here, &lt;strong>Der Mann&lt;/strong> is in the nominative case and functions as the subject performing the action of reading.&lt;/p></description></item><item><title>Lesson 12: Indefinite Articles in German Nominative Case</title><link>https://germanlesson.online/free-german-course/lesson-12/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-12/</guid><description>&lt;p>In German grammar, the &lt;strong>nominative&lt;/strong> case is crucial as it identifies the subject of a sentence.&lt;/p>
&lt;p>Indefinite articles in the nominative case accompany &lt;strong>singular nouns&lt;/strong> and are used when referring to &lt;strong>unspecified&lt;/strong> or non-specific items or entities.&lt;/p>
&lt;p>Let&amp;rsquo;s ear a dialogue&lt;/p>
&lt;ul class="extern mono">

&lt;audio src="https://germanlesson.online/audio/lezione-1/dialogue-1.mp3" id="audio1">&lt;/audio>
&lt;button type="button" id="play" class="fa fa-play-circle" aria-label="Play audio" onclick="play()" style="background:none;border:none;font-size:inherit;cursor:pointer;color:inherit;">&lt;/button>
 
Ist das &lt;b>ein&lt;/b> Hund? 
&lt;ul class="intern">
&lt;li>Ja, das ist &lt;b>ein&lt;/b> Hund. &lt;/li>
&lt;li>Ist das &lt;b>ein&lt;/b> Buch?&lt;/li>
&lt;li>Nein, das ist &lt;b>ein&lt;/b> Stift.&lt;/li>
&lt;li>Ich sehe &lt;b>ein&lt;/b> Haus.&lt;/li>
&lt;li>Ja, das ist &lt;b>ein&lt;/b> Haus.&lt;/li>
&lt;/ul>
&lt;/ul>



 
&lt;script>
function Sleep(milliseconds) {
 return new Promise(resolve => setTimeout(resolve, milliseconds));
}
 function play() {
			
 var audio = document.getElementById('audio1');
 if (audio.paused) {
						
 audio.play();
 $('#play').removeClass('fa-play-circle');
 $('#play').addClass('fa-pause-circle');
 }else{
 audio.pause();
 audio.currentTime = 0;
 $('#play').removeClass('fa-pause-circle');
						$('#play').addClass('fa-play-circle');
 }
				audio.addEventListener("ended", function(){
					audio.currentTime = 0;
					
					$('#play').removeClass('fa-pause-circle');
					$('#play').addClass('fa-play-circle');
				});
		}
		
		
&lt;/script>
&lt;p>Here is the phrase-by-phrase translation from German to English.&lt;/p></description></item><item><title>Lesson 13: Exploring the German Accusative Case</title><link>https://germanlesson.online/free-german-course/lesson-13/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-13/</guid><description>&lt;p>In German grammar, the &lt;strong>accusative&lt;/strong> case denotes the direct object of a sentence – the noun or pronoun that directly receives the action of the verb.&lt;/p>
&lt;p>Understanding and employing the accusative case is crucial for constructing accurate sentences in German.&lt;/p>
&lt;p>Let&amp;rsquo;s start with a little dialogue.&lt;/p>
&lt;ul class="extern mono">

&lt;audio src="https://germanlesson.online/audio/lezione-1/dialogue-1.mp3" id="audio1">&lt;/audio>
&lt;button type="button" id="play" class="fa fa-play-circle" aria-label="Play audio" onclick="play()" style="background:none;border:none;font-size:inherit;cursor:pointer;color:inherit;">&lt;/button>
 
Hast du den Ball gesehen? 
&lt;ul class="intern">
&lt;li> Ja, ich habe den Ball gesehen. &lt;/li>
&lt;li> Kannst du die Bücher bringen? &lt;/li>
&lt;li> Ja, ich bringe die Bücher gleich. &lt;/li>
&lt;li> Wohin legst du die Schüssel? &lt;/li>
&lt;li> Ich stelle sie auf den Tisch. &lt;/li>
&lt;/ul>
&lt;/ul>



 
&lt;script>
function Sleep(milliseconds) {
 return new Promise(resolve => setTimeout(resolve, milliseconds));
}
 function play() {
			
 var audio = document.getElementById('audio1');
 if (audio.paused) {
						
 audio.play();
 $('#play').removeClass('fa-play-circle');
 $('#play').addClass('fa-pause-circle');
 }else{
 audio.pause();
 audio.currentTime = 0;
 $('#play').removeClass('fa-pause-circle');
						$('#play').addClass('fa-play-circle');
 }
				audio.addEventListener("ended", function(){
					audio.currentTime = 0;
					
					$('#play').removeClass('fa-pause-circle');
					$('#play').addClass('fa-play-circle');
				});
		}
		
		
&lt;/script>
&lt;p>Here is the phrase-by-phrase translation from German to English.&lt;/p></description></item><item><title>Lesson 14: Personal Pronouns in German</title><link>https://germanlesson.online/free-german-course/lesson-14/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-14/</guid><description>&lt;p>In German, &lt;strong>personal pronouns&lt;/strong> are words used to replace names or nouns when we refer to people or things. They make sentences simpler and less repetitive.&lt;/p>
&lt;p>In English personal pronouns are words like &amp;ldquo;I,&amp;rdquo; &amp;ldquo;you,&amp;rdquo; &amp;ldquo;he,&amp;rdquo; &amp;ldquo;she,&amp;rdquo; &amp;ldquo;it,&amp;rdquo; &amp;ldquo;we,&amp;rdquo; and &amp;ldquo;they&amp;rdquo;.&lt;/p>
&lt;p>In German, they change slightly depending on their role in a sentence (at the moment we have seen nominative and accusative cases only).&lt;/p>
&lt;p>Let&amp;rsquo;s start hearing a small dialogue.&lt;/p></description></item><item><title>Lesson 15: Understanding the German Dative Case</title><link>https://germanlesson.online/free-german-course/lesson-15/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-15/</guid><description>&lt;p>In German grammar, the &lt;strong>dative&lt;/strong> case indicates the &lt;strong>indirect object&lt;/strong> or the recipient of an action.&lt;/p>
&lt;p>Understanding the dative case is crucial for conveying relationships between objects and people in sentences.&lt;/p>
&lt;p>In German grammar, the accusative and dative cases are two essential grammatical cases that indicate different functions of nouns, pronouns, and articles within a sentence.&lt;/p>
&lt;p>Let&amp;rsquo;s see two simple examples with the more familiar English.&lt;/p>
&lt;h3 id="accusative-case">Accusative Case:&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>Usage:&lt;/strong> The accusative case typically represents the direct object of a sentence, the noun or pronoun that directly receives the action of the verb.&lt;/li>
&lt;li>&lt;strong>Example:&lt;/strong> &amp;ldquo;She reads the book.&amp;rdquo; Here, &amp;ldquo;the book&amp;rdquo; is in the accusative case because it&amp;rsquo;s the direct object being read.&lt;/li>
&lt;/ul>
&lt;h3 id="dative-case">Dative Case:&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>Usage:&lt;/strong> The dative case denotes the indirect object or the recipient of an action. It often indicates to whom or for whom an action is done.&lt;/li>
&lt;li>&lt;strong>Example:&lt;/strong> &amp;ldquo;She gives the book to him.&amp;rdquo; In this sentence, &amp;ldquo;him&amp;rdquo; is in the dative case because he is the indirect object receiving the book.&lt;/li>
&lt;/ul>
&lt;h2 id="a-simple-demonstrative-dialogue">A simple demonstrative dialogue&lt;/h2>
&lt;ul class="extern mono">

&lt;audio src="https://germanlesson.online/audio/lezione-1/dialogue-1.mp3" id="audio1">&lt;/audio>
&lt;button type="button" id="play" class="fa fa-play-circle" aria-label="Play audio" onclick="play()" style="background:none;border:none;font-size:inherit;cursor:pointer;color:inherit;">&lt;/button>
 Wem gibst du das Buch? &lt;ul class="intern">
&lt;li> Ich gebe &lt;b>dir&lt;/b> das Buch. &lt;/li>
&lt;li> Danke! Von wem hast du den Stift? &lt;/li>
&lt;li> Er gehört &lt;b>mir&lt;/b>. &lt;/li>
&lt;/ul>
&lt;/ul>



 
&lt;script>
function Sleep(milliseconds) {
 return new Promise(resolve => setTimeout(resolve, milliseconds));
}
 function play() {
			
 var audio = document.getElementById('audio1');
 if (audio.paused) {
						
 audio.play();
 $('#play').removeClass('fa-play-circle');
 $('#play').addClass('fa-pause-circle');
 }else{
 audio.pause();
 audio.currentTime = 0;
 $('#play').removeClass('fa-pause-circle');
						$('#play').addClass('fa-play-circle');
 }
				audio.addEventListener("ended", function(){
					audio.currentTime = 0;
					
					$('#play').removeClass('fa-pause-circle');
					$('#play').addClass('fa-play-circle');
				});
		}
		
		
&lt;/script>
&lt;p>Here is the phrase-by-phrase translation from German to English.&lt;/p></description></item><item><title>Lesson 16: German Possessive Pronouns</title><link>https://germanlesson.online/free-german-course/lesson-16/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-16/</guid><description>&lt;h2 id="understanding-possessive-pronouns">Understanding Possessive Pronouns:&lt;/h2>
&lt;p>In German, possessive pronouns indicate ownership or possession of an item or attribute. They agree with the gender and number of the possessed noun.&lt;/p>
&lt;h3 id="formation-of-possessive-pronouns">Formation of Possessive Pronouns:&lt;/h3>
&lt;h4 id="possessive-pronouns-chart">Possessive Pronouns Chart:&lt;/h4>
&lt;div class="small-font table-50">
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Possessive Pronouns&lt;/th>
 &lt;th>Masculine Singular&lt;/th>
 &lt;th>Feminine Singular&lt;/th>
 &lt;th>Neuter Singular&lt;/th>
 &lt;th>Plural&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>&lt;strong>First Person (Singular)&lt;/strong>&lt;/td>
 &lt;td>mein (my)&lt;/td>
 &lt;td>meine (my)&lt;/td>
 &lt;td>mein (my)&lt;/td>
 &lt;td>meine (my)&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Second Person (Singular)&lt;/strong>&lt;/td>
 &lt;td>dein (your)&lt;/td>
 &lt;td>deine (your)&lt;/td>
 &lt;td>dein (your)&lt;/td>
 &lt;td>deine (your)&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Third Person (Singular)&lt;/strong>&lt;/td>
 &lt;td>sein (his/its)&lt;/td>
 &lt;td>seine (his)&lt;/td>
 &lt;td>sein (its)&lt;/td>
 &lt;td>seine (his/its)&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;/td>
 &lt;td>ihr (her)&lt;/td>
 &lt;td>ihre (her)&lt;/td>
 &lt;td>ihr (her)&lt;/td>
 &lt;td>ihre (her)&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>First Person (Plural)&lt;/strong>&lt;/td>
 &lt;td>unser (our)&lt;/td>
 &lt;td>unsere (our)&lt;/td>
 &lt;td>unser (our)&lt;/td>
 &lt;td>unsere (our)&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Second Person (Plural)&lt;/strong>&lt;/td>
 &lt;td>euer (your)&lt;/td>
 &lt;td>eure (your)&lt;/td>
 &lt;td>euer (your)&lt;/td>
 &lt;td>eure (your)&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Third Person (Plural)&lt;/strong>&lt;/td>
 &lt;td>ihr (their)&lt;/td>
 &lt;td>ihre (their)&lt;/td>
 &lt;td>ihr (their)&lt;/td>
 &lt;td>ihre (their)&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;/div>
&lt;h3 id="usage-of-possessive-pronouns">Usage of Possessive Pronouns:&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>First Person (Singular):&lt;/strong>
&lt;ul>
&lt;li>&lt;em>Mein&lt;/em> Buch (My book)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>Second Person (Singular):&lt;/strong>
&lt;ul>
&lt;li>&lt;em>Dein&lt;/em> Hund (Your dog)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>Third Person (Singular):&lt;/strong>
&lt;ul>
&lt;li>&lt;em>Sein&lt;/em> Auto (His car)&lt;/li>
&lt;li>&lt;em>Ihr&lt;/em> Haus (Her house)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>First Person (Plural):&lt;/strong>
&lt;ul>
&lt;li>&lt;em>Unser&lt;/em> Kind (Our child)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>Second Person (Plural):&lt;/strong>
&lt;ul>
&lt;li>&lt;em>Euer&lt;/em> Garten (Your garden)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>Third Person (Plural):&lt;/strong>
&lt;ul>
&lt;li>&lt;em>Ihr&lt;/em> Projekt (Their project)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h3 id="importance-of-possessive-pronouns">Importance of Possessive Pronouns:&lt;/h3>
&lt;p>Understanding and correctly using possessive pronouns is essential for indicating ownership or possession in German sentences. They reflect the relationship between the possessor and the possessed object.&lt;/p></description></item><item><title>Lesson 17: Reflexive Pronouns in German</title><link>https://germanlesson.online/free-german-course/lesson-17/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-17/</guid><description>&lt;h2 id="lesson-16-reflexive-pronouns-in-german">Lesson 16: Reflexive Pronouns in German&lt;/h2>
&lt;h2 id="understanding-reflexive-pronouns">Understanding Reflexive Pronouns:&lt;/h2>
&lt;p>Reflexive pronouns in German are used when the subject and object of a sentence refer to the same entity or person. They express actions that someone does to themselves.&lt;/p>
&lt;h3 id="formation-of-reflexive-pronouns">Formation of Reflexive Pronouns:&lt;/h3>
&lt;h4 id="reflexive-pronouns-chart">Reflexive Pronouns Chart:&lt;/h4>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Reflexive Pronouns&lt;/th>
 &lt;th>Singular&lt;/th>
 &lt;th>Plural&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>&lt;strong>First Person&lt;/strong>&lt;/td>
 &lt;td>mich (myself)&lt;/td>
 &lt;td>uns (ourselves)&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Second Person&lt;/strong>&lt;/td>
 &lt;td>dich (yourself)&lt;/td>
 &lt;td>euch (yourselves)&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Third Person&lt;/strong>&lt;/td>
 &lt;td>sich (himself/herself/itself)&lt;/td>
 &lt;td>sich (themselves)&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;h3 id="usage-of-reflexive-pronouns">Usage of Reflexive Pronouns:&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>First Person:&lt;/strong>
&lt;ul>
&lt;li>&lt;em>Ich wasche&lt;/em> &lt;strong>mich&lt;/strong>. (I wash myself.)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>Second Person:&lt;/strong>
&lt;ul>
&lt;li>&lt;em>Du rührst&lt;/em> &lt;strong>dich&lt;/strong> &lt;em>nicht.&lt;/em> (You don&amp;rsquo;t move.)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>Third Person:&lt;/strong>
&lt;ul>
&lt;li>&lt;em>Er wäscht&lt;/em> &lt;strong>sich&lt;/strong>. (He washes himself.)&lt;/li>
&lt;li>&lt;em>Sie freut&lt;/em> &lt;strong>sich&lt;/strong> &lt;em>auf das Fest.&lt;/em> (She is looking forward to the party.)&lt;/li>
&lt;li>&lt;em>Es putzt&lt;/em> &lt;strong>sich&lt;/strong>. (It cleans itself.)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h3 id="importance-of-reflexive-pronouns">Importance of Reflexive Pronouns:&lt;/h3>
&lt;p>Understanding and using reflexive pronouns correctly is crucial for indicating actions performed upon oneself in German. They illustrate actions that are reciprocal or directed back to the subject.&lt;/p></description></item><item><title>Lesson 18: Demonstrative Pronouns in German</title><link>https://germanlesson.online/free-german-course/lesson-18/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-18/</guid><description>&lt;h2 id="lesson-17-demonstrative-pronouns-in-german">Lesson 17: Demonstrative Pronouns in German&lt;/h2>
&lt;h2 id="understanding-demonstrative-pronouns">Understanding Demonstrative Pronouns:&lt;/h2>
&lt;p>Demonstrative pronouns in German are used to indicate specific objects or persons. They reflect the gender, number, and case of the noun they refer to.&lt;/p>
&lt;h3 id="formation-of-demonstrative-pronouns">Formation of Demonstrative Pronouns:&lt;/h3>
&lt;h4 id="demonstrative-pronouns-chart">Demonstrative Pronouns Chart:&lt;/h4>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Demonstrative Pronouns&lt;/th>
 &lt;th>Masculine&lt;/th>
 &lt;th>Feminine&lt;/th>
 &lt;th>Neuter&lt;/th>
 &lt;th>Plural&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>&lt;strong>Proximal (This/These)&lt;/strong>&lt;/td>
 &lt;td>dieser (this)&lt;/td>
 &lt;td>diese (this)&lt;/td>
 &lt;td>dieses (this)&lt;/td>
 &lt;td>diese (these)&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Distal (That/Those)&lt;/strong>&lt;/td>
 &lt;td>jener (that)&lt;/td>
 &lt;td>jene (that)&lt;/td>
 &lt;td>jenes (that)&lt;/td>
 &lt;td>jene (those)&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Neutral (That/Those)&lt;/strong>&lt;/td>
 &lt;td>der (the)&lt;/td>
 &lt;td>die (the)&lt;/td>
 &lt;td>das (the)&lt;/td>
 &lt;td>die (the)&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;h3 id="usage-of-demonstrative-pronouns">Usage of Demonstrative Pronouns:&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>Proximal (This/These):&lt;/strong>
&lt;ul>
&lt;li>&lt;em>Ich mag&lt;/em> &lt;strong>diesen&lt;/strong> &lt;em>Kuchen.&lt;/em> (I like this cake.)&lt;/li>
&lt;li>&lt;em>Diese&lt;/em> &lt;strong>Bücher&lt;/strong> &lt;em>sind interessant.&lt;/em> (These books are interesting.)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>Distal (That/Those):&lt;/strong>
&lt;ul>
&lt;li>&lt;em>Jener&lt;/em> &lt;strong>Mann&lt;/strong> &lt;em>ist mein Onkel.&lt;/em> (That man is my uncle.)&lt;/li>
&lt;li>&lt;em>Jene&lt;/em> &lt;strong>Blumen&lt;/strong> &lt;em>sind schön.&lt;/em> (Those flowers are beautiful.)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;strong>Neutral (That/Those):&lt;/strong>
&lt;ul>
&lt;li>&lt;em>Der&lt;/em> &lt;strong>Tisch&lt;/strong> &lt;em>ist neu.&lt;/em> (That table is new.)&lt;/li>
&lt;li>&lt;em>Die&lt;/em> &lt;strong>Frau&lt;/strong> &lt;em>ist meine Schwester.&lt;/em> (That woman is my sister.)&lt;/li>
&lt;li>&lt;em>Das&lt;/em> &lt;strong>Auto&lt;/strong> &lt;em>gehört ihm.&lt;/em> (That car belongs to him.)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h3 id="importance-of-demonstrative-pronouns">Importance of Demonstrative Pronouns:&lt;/h3>
&lt;p>Understanding and employing demonstrative pronouns correctly is vital for indicating specific objects or persons in German. They help in emphasizing and distinguishing between objects in conversation or text.&lt;/p></description></item><item><title/><link>https://germanlesson.online/free-german-course/curriculum/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/curriculum/</guid><description>&lt;p>Lesson 1: Introducing Yourself
Lesson 2: Talking About Occupations
Lesson 3: Talking About Hobbies
Lesson 4: Introducing &amp;lsquo;sie&amp;rsquo; and &amp;rsquo;es&amp;rsquo;
Lesson 5: Introducing &amp;lsquo;wir&amp;rsquo;, &amp;lsquo;ihr&amp;rsquo;
Lesson 6: Exploring Reflexive Pronouns in German
Lesson 7: Exploring Basic Verbs in German
Lesson 8: German Verbs - Past Tense and Modal Verbs
Lesson 9: German Word Order and Conjunctions
Lesson 10: Understanding Hauptsätze and Nebensätze in German
Lesson 11: Understanding German Nominative Case and Gender
Lesson 12: Indefinite Articles in German Nominative Case
Lesson 13: Exploring the German Accusative Case
Lesson 14: Personal Pronouns in German
Lesson 15: Understanding the German Dative Case
Lesson 16: German Possessive Pronouns
Lesson 17: Reflexive Pronouns in German&lt;/p></description></item><item><title>Free Online German Mini Course A1: Lesson 1</title><link>https://germanlesson.online/free-german-course/lesson-1a/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-1a/</guid><description>&lt;p>In this first lesson of this &lt;strong>free German mini course&lt;/strong>, we will look at the first simple sentence structures, verb conjugations in the present tense, and personal pronouns.&lt;/p>
&lt;h2 id="presentation">Presentation&lt;/h2>
&lt;p>Let&amp;rsquo;s listen to a short introductory dialogue. This simple dialogue will be the basis of our first lesson.&lt;/p>
&lt;ul class="extern mono">


&lt;audio src="https://germanlesson.online/audio/lezione-1/dialogue-1.mp3" id="audio1">&lt;/audio>
&lt;button type="button" id="play" class="fa fa-play-circle" aria-label="Play audio" onclick="play()" style="background:none;border:none;font-size:inherit;cursor:pointer;color:inherit;">&lt;/button>
 Hallo, ich bin Toni und will Deutsch sprechen &lt;ul class="intern">
&lt;li> Hallo Toni, ich bin Julia, die neue Deutschlehrerin &lt;/li>
&lt;li> Julia du bist meine letzte Chance&lt;/li>
&lt;li> Toni du bist ein hoffnungsloser Fall. Ich versuche es aber trotzdem! &lt;/li>
&lt;/ul>
&lt;/ul>



 
&lt;script>
function Sleep(milliseconds) {
 return new Promise(resolve => setTimeout(resolve, milliseconds));
}
 function play() {
			
 var audio = document.getElementById('audio1');
 if (audio.paused) {
						
 audio.play();
 $('#play').removeClass('fa-play-circle');
 $('#play').addClass('fa-pause-circle');
 }else{
 audio.pause();
 audio.currentTime = 0;
 $('#play').removeClass('fa-pause-circle');
						$('#play').addClass('fa-play-circle');
 }
				audio.addEventListener("ended", function(){
					audio.currentTime = 0;
					
					$('#play').removeClass('fa-pause-circle');
					$('#play').addClass('fa-play-circle');
				});
		}
		
		
&lt;/script>
&lt;p>And here is the phrase-by-phrase translation from German to Italian.&lt;/p></description></item><item><title>Free Online German Mini Course A1: Lesson 2</title><link>https://germanlesson.online/free-german-course/lesson-2a/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://germanlesson.online/free-german-course/lesson-2a/</guid><description>&lt;h2 id="lesson-2-introduction-to-additional-personal-pronouns">Lesson 2: Introduction to Additional Personal Pronouns&lt;/h2>
&lt;p>In our previous lesson, we covered the personal pronouns &lt;strong>ich, du, er, sie, es&lt;/strong> along with some fundamental verbs and their conjugations. Now, let&amp;rsquo;s dive deeper into personal pronouns and explore the remaining ones.&lt;/p>
&lt;h3 id="adding-more-personal-pronouns">Adding More Personal Pronouns&lt;/h3>
&lt;p>In addition to the singular pronouns we&amp;rsquo;ve already learned, German has plural and formal singular pronouns:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>wir&lt;/strong> - we&lt;/li>
&lt;li>&lt;strong>ihr&lt;/strong> - you (plural, informal)&lt;/li>
&lt;li>&lt;strong>Sie&lt;/strong> - you (formal, singular or plural)&lt;/li>
&lt;/ul>
&lt;h4 id="usage-of-plural-and-formal-singular-pronouns">Usage of Plural and Formal Singular Pronouns&lt;/h4>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>wir&lt;/strong> - This is used when referring to a group of people that includes oneself.&lt;/p></description></item></channel></rss>