Method in Cultures
This method is obsolete and may be removed from a future version of Yarn Spinner: Use TryGetCulture, which does not throw if the culture can't be found.
Returns the Culture represented by the language code in name
.
string
name
The name of the to retrieve.
The Culture .
Method in Cultures
Returns a boolean value indicating whether name
is a valid identifier for retrieving a Culture from GetCulture(string) .
string
name
true
if name is a valid Culture name; false
otherwise.
Class in Yarn.Unity
Inherits from System.Object
Provides access to all Culture s supported by Yarn Spinner.
Returns the represented by the language code in name
.
Returns a boolean value indicating whether name
is a valid identifier for retrieving a from .
Gets the represented by the language code in name
.