changeset 81:09f71d10c249

* Fix documentation - we're now using ISO codes (or should be, although we do handle invalid ones) no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sun, 18 Apr 2010 14:09:16 +0000
parents a23c07137fa4
children 5182df00c558
files Lang/Translation.cs
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Lang/Translation.cs	Sat Apr 10 19:05:26 2010 +0000
+++ b/Lang/Translation.cs	Sun Apr 18 14:09:16 2010 +0000
@@ -282,10 +282,10 @@
 		}
 		
 		/// <summary>
-		/// Get the current local translation language. This is an arbitrary string used in the translation file's name and will not necessarily match the ISO language code.
+		/// Get the current local translation language. This is the "language code" used by the translation and should match the ISO code for the language.
 		/// </summary>
 		/// <returns>
-		/// The string used in the file name of the current local translation
+		/// The string used as the language code of the current local translation
 		/// </returns>
 		public static string GetTranslationLanguage()
 		{