root/trunk/eCard/eCardMVC/Platnosci.Core/Linq/Translation.cs
@
949
| Wersja 949, 368 bytes (wprowadzona przez marek, 16 years temu) |
|---|
| Line | |
|---|---|
| 1 | using System.Web; |
| 2 | using Platnosci.Core.Interface; |
| 3 | |
| 4 | namespace Platnosci.Core.Linq |
| 5 | { |
| 6 | public class Translation: ITranslateManager |
| 7 | { |
| 8 | public string Translate(string className, string keyName) |
| 9 | { |
| 10 | var strName = HttpContext.GetGlobalResourceObject(className, keyName).ToString(); |
| 11 | return strName; |
| 12 | } |
| 13 | } |
| 14 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
