3
Answers

Which protobuf has CultureInfo?

Hello Mates,

I am working API development, we are using GRPC.

Which protobuf has CultureInfo? I need define in message in proto file?

message GetExpDatRequest
{
  string Id
  cultureInfo cultureInfo_ = 1
}

 

Answers (3)