Guest User

Untitled

a guest
May 25th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Console.WriteLine(strings.Hello);
  2.  
  3. Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("fr-FR");
  4. Console.WriteLine(strings.Hello);
  5.  
  6. Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("en-US");
  7. Console.WriteLine(strings.Hello);
Add Comment
Please, Sign In to add comment