TryGetCulture(string,Culture)
Method in Cultures
Summary
Gets the Culture represented by the language code inname .
public static bool TryGetCulture(string name, out Culture culture)Parameters
Name
Description
string name
The name of the Culture to retrieve.
Yarn.Unity.Culture culture
Returns
true if a Culture was found; false otherwise.
Last updated
Was this helpful?
