https://bugzilla.novell.com/show_bug.cgi?id=661515
https://bugzilla.novell.com/show_bug.cgi?id=661515#c1 Jonathan Pryor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Jonathan Pryor <[email protected]> 2011-01-07 15:08:21 UTC --- This can't be easily supported, as translating ids to strings requires a Context instance, to call Context.Resources.GetString(int). Since Resource.Designer.cs contains static members, this isn't possible; we'd need a method, and I don't see what adding a method would gain over just calling the existing Context.Resources.GetString(int) method. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
