string GetDefaultText()
This functions returns the default localization this will be the first TextElement. In the case there is no localization at all an empty string will be returned.
This ScriptableObject contains as a container for all text localization information.
string GetText(Language language)
This function returns the string in a specific language. If there is no localization element in the r...
This subclass holds the data for a text localization in a specific language.
string GetText(SystemLanguage language)
Alternative way of getting the localized string with SystemLanguage as input.