FBInstant.getLocale
From GiderosMobile
Available since: Gideros 2018.3
Class: * Initialisation and Core
Description
The current locale. See https://www.facebook.com/translations/FacebookLocales.xml for a complete list of supported locale values. Use this to determine what language the current game should be localized with.
The locale string returned is a five-character Facebook locale code of the form xx_XX.
(string) = FBInstant.getLocale()
Return values
Returns (string) The current locale.