Changeset 941
- Timestamp:
- 5/1/2009 2:14:18 AM (4 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Manager/Language.cs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Manager/Language.cs
r936 r941 1 /*2 * $Id : Plugin.cs 345 2008-04-02 12:58:48Z lowjoel$1 /* 2 * $Id$ 3 3 * Copyright 2008 The Eraser Project 4 4 * Original Author: Kasra Nassiri <cjax@users.sourceforge.net> … … 62 62 63 63 /// <summary> 64 /// Gets the culture name in the format " <languagefull> (<country/regionfull>)"64 /// Gets the culture name in the format "<languagefull> (<country/regionfull>)" 65 65 /// in the language of the localized version of .NET Framework. 66 66 /// 67 /// The culture name in the format " <languagefull> (<country/regionfull>)" in68 /// the language of the localized version of .NET Framework, where <languagefull>69 /// is the full name of the language and <country/regionfull>is the full name67 /// The culture name in the format "<languagefull> (<country/regionfull>)" in 68 /// the language of the localized version of .NET Framework, where <languagefull> 69 /// is the full name of the language and <country/regionfull> is the full name 70 70 /// of the country/region. 71 71 /// </summary> … … 76 76 77 77 /// <summary> 78 /// Gets the culture name in the format " <languagefull> (<country/regionfull>)"78 /// Gets the culture name in the format "<languagefull> (<country/regionfull>)" 79 79 /// in English. 80 80 /// 81 /// The culture name in the format " <languagefull> (<country/regionfull>)" in82 /// English, where <languagefull> is the full name of the language and <country/regionfull>83 /// is the full name of the country/region.81 /// The culture name in the format "<languagefull> (<country/regionfull>)" in 82 /// English, where <languagefull> is the full name of the language and 83 /// <country/regionfull> is the full name of the country/region. 84 84 /// </summary> 85 85 public string EnglishName
Note: See TracChangeset
for help on using the changeset viewer.
