[protobuf] Question about internationalization and localization

2013-03-15 Thread Joann Kent
Hi all, Within the code generated by GPB (I'm using Java btw) there are exceptions thrown and the messages are hard-coded and in English. Are there any plans to allow for internationalization/localization of these error messages? Thank you, Joann -- You received this message because you

[protobuf] deserialization of a deleted sub class works...

2013-03-15 Thread Wallace Turner
Consider these simple classes: [DataContract] public class Container { [DataMember(Order = 1)] public Order Order { get; set; } } [DataContract] public class Order { [DataMember(Order = 1)] public string Field1 { get; set; }

Re: [protobuf] Question about internationalization and localization

2013-03-15 Thread Feng Xiao
On Fri, Mar 15, 2013 at 8:23 AM, Joann Kent joj...@gmail.com wrote: Hi all, Within the code generated by GPB (I'm using Java btw) there are exceptions thrown and the messages are hard-coded and in English. Are there any plans to allow for internationalization/localization of these error