Exemplo n.º 1
0
 public void ForceCulture()
 {
     this.savedCulture = new CultureSession("fr-FR");
 }
Exemplo n.º 2
0
 public void ForceCulture()
 {
     this.cultureSession = new CultureSession("fr-FR");
 }
Exemplo n.º 3
0
 public void ForceCulture()
 {
     this.session = new CultureSession("en-US");
 }