Exemplo n.º 1
0
 public override void SetValue(LocaleString target, string value) => target.CultureName = value;
Exemplo n.º 2
0
 public override string GetValue(LocaleString target) => target.CultureName;