(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / Mono.Data.SqliteClient / Assembly / Locale.cs
bloba456449296f1e0fc5a9da78093bd8363d9fb056a
1 //
2 // Locale.cs
3 //
4 // Author:
5 // Miguel de Icaza (miguel@ximian.com)
6 // Andreas Nahr (ClassDevelopment@A-SoftTech.com)
7 //
8 // (C) 2001 - 2003 Ximian, Inc (http://www.ximian.com)
9 //
11 internal sealed class Locale {
13 private Locale ()
17 /// <summary>
18 /// Returns the translated message for the current locale
19 /// </summary>
20 public static string GetText (string msg)
22 return msg;