Desktop.identify_default_locale

You're seeing just the function identify_default_locale, go back to Desktop module for more information.
Link to this function

identify_default_locale(backend)

View Source

Call on application to use the system locale by default for translations. The function will scan your gettext backend for available languages and compare to the system language to select the best match.

    Desktop.identify_default_locale(MyApp.Gettext)