Last updated 10 days ago
Was this helpful?
Method in
Gets the represented by the language code inname .
name
true if a Culture was found; false otherwise.
true
false
public static bool TryGetCulture(string name, out Culture culture)
string name
string
The name of the to retrieve.
culture
On return, the if one was found, or a default if otherwise.