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