Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


locales

Indicates the language and region preferences set on the device in an array.
Read time 1 minuteLast updated 6 days ago

Definition

public AndroidLocale[] locales { get; }

Remarks

For example,
en-US
,
fr-FR
. The locale information can be accessed using the Android method getLocales().
Additional Resources: AndroidLocale