]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/engine/Language.java
Picking back up in the middle of a major refactoring of the UI, tyring
[Dictionary.git] / src / com / hughes / android / dictionary / engine / Language.java
index 1955ad739ce69ddca7e34398e0368cbc27b664a7..8f84de08e670cce3ff9a69be8ee73363b87e1a9e 100644 (file)
@@ -39,8 +39,10 @@ public class Language {
     private LanguageResources(final String englishName, int nameId) {\r
       this(englishName, nameId, 0);\r
     }\r
-}\r
+  }\r
 \r
+  // Useful:\r
+  // http://www.loc.gov/standards/iso639-2/php/code_list.php\r
   public static final Map<String,LanguageResources> isoCodeToResources = new LinkedHashMap<String,LanguageResources>();\r
   static {\r
     isoCodeToResources.put("AF", new LanguageResources("Afrikaans", R.string.AF));\r