# HG changeset patch # User IBBoard # Date 1271599756 0 # Node ID 09f71d10c249a3293a0838bc60bb5ee3d00346df # Parent a23c07137fa41c7fa8c8508b35d93401a8a649a1 * Fix documentation - we're now using ISO codes (or should be, although we do handle invalid ones) no-open-ticket diff -r a23c07137fa4 -r 09f71d10c249 Lang/Translation.cs --- 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 @@ } /// - /// 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. /// /// - /// The string used in the file name of the current local translation + /// The string used as the language code of the current local translation /// public static string GetTranslationLanguage() {