Skip to content

Instantly share code, notes, and snippets.

@ryansroberts
Created November 7, 2014 10:01
Show Gist options
  • Save ryansroberts/e03e74256423abfd80ee to your computer and use it in GitHub Desktop.
Save ryansroberts/e03e74256423abfd80ee to your computer and use it in GitHub Desktop.
open System.Globalization
CultureInfo.GetCultures (CultureTypes.NeutralCultures)
|> Seq.iter (fun c -> printfn "%s %s" c.Name (CultureInfo.CreateSpecificCulture(c.Name).Name))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment