Version: Unity 6.7 Alpha (6000.7)
LanguageEnglish
  • C#

IStartupLocaleSelector.GetStartupLocale

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public Locale GetStartupLocale(LocalizationSettings settings);

Parameters

Parameter Description
settings The localization settings whose locales the selector chooses from.

Returns

Locale The locale to use as the startup locale, or null to let the next selector in the chain decide.

Description

Returns the locale to select, or null to defer to the next selector.

Look a locale up on settings with LocalizationSettings.GetLocale. A disabled locale returned here is skipped during startup selection, so the next selector runs instead.