diff --git a/source/en/language-add.txt b/source/en/language-add.txt
index d16d75d..4c6835c 100644
--- a/source/en/language-add.txt
+++ b/source/en/language-add.txt
@@ -1,67 +1,29 @@
-// This template is for a topic that covers how to perform a task.
-//
-// To use this template:
-// - Copy it to your source directory with a new name, in noun-verbing.txt
-//   format, such as "block-creating.txt".
-// - Follow the instructions that are contained in lines starting with //
-//   throughout this file.
-// - Replace placeholder text with your content. You may need to remove
-//   sections that do not apply.
-// - Before you submit your topic, remove all the lines in the file that
-//   start with // -- these are comments that do not belong in the topic. Also
-//   remove any blank lines that are before the ID line.
-
 [[language-add]]
 === Adding a new language
 
-// - Replace the text in (((Nouns,verbing))) with an appropriate index entry,
-//   such as (((Blocks,creating))). You can add additional index entries if
-//   appropriate.
-// - Also remove the // before the ((( so that this becomes an index entry
-//   and not a comment.
-//(((Nouns,verbing)))
-
 
-==== Goal
+(((language,add)))
 
-// Describe the goal of this task here.
 
+==== Goal
 
-Remove this placeholder text.
+Add another language to the farmer's market site.
 
 
 
 ==== Prerequisite knowledge
 
-// This section should mostly link to topic and concept tasks within
-// the guide that someone would need to understand before trying this task.
-// Some of the entries could be background knowledge that is needed that is
-// not covered in the guide.
-//
-// Some ideas (remove the // to make these not comments):
-//* <<cross-reference-one>>
-//* <<cross-reference-two>>
-//* How to upload files from your local server to your web server.
 
+* User Interface, Configuration, and Content translation. See <<language-concept>>.
 
-Remove this placeholder text.
 
 
 
 ==== Site prerequisites
 
-// The items below are an example of what might go here for a task where
-// a "most recent image" view is created. They describe things that must be
-// present on the site (configuration, content, etc.) in order to perform
-// this task.
-//
-// Some ideas (remove the // to make these not comments):
-//* A content type is defined with an Image field. See <<cross-reference-one>>.
-//* At least one published content item of this type exists. See
-//  <<cross-reference-two>>.
 
 
-Remove this placeholder text.
+* The multilingual modules must be enabled. See <<language-enable>>.
 
 
 
@@ -69,40 +31,24 @@ Remove this placeholder text.
 
 // This is where you describe the actual steps needed to perform this task.
 
-. Text of step one goes here. The subsequent lines of this step need
-  to be indented by two spaces.
-
-  And it could be a couple of paragraphs.
+. Go to the Configuration section of Administration Settings. In the Regional and Language section, select Languages.
 
 [start=2]
-. Text of step two goes here. If you preview the output and the numbering is
-  wrong, you can use this start=(number) line to set the numbering correctly.
+. Select Add Language 
 
-. Text of step 3.
+. Choose the language you want to add from the drop down list.
 
 
 ==== Follow-on tasks
 
-// In this section, you can make cross-references to other task topics in this
-// book that are related. You can also make suggestions for tasks that someone
-// who just learned this task might be able to do that are not in the book --
-// try to think of tasks that would help someone solidify and broaden their
-// skills and knowledge.
-//
-// Some ideas (remove the // to make these not comments):
-//* <<cross-reference-1>>
-//* Brief description of another task not in the book.
-
-
-Remove this placeholder text.
 
+* Enable users to switch between languages. See @todo.
 
+* Check for available updates to installed languages. See <<language-update>>.
+  You may want to periodically check for updates to the languages you have installed to see if there are new versions available.
 
 ==== Additional resources
 
-// In this section, make a list of outside references: videos, Drupal.org
-// documentation, etc.
-
 
-Remove this placeholder text.
+* https://www.drupal.org/resource-guides/configuring-multilingual-site[Configuring a Multilingual Site Resource Guide].
 
