Difference between revisions of "FBInstant.getLocale"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2018.3<br/> | + | <languages /> |
− | === Description === | + | '''<translate>Available since</translate>:''' Gideros 2018.3<br/> |
− | <br /> | + | '''<translate>Class</translate>:''' [[Special:MyLanguage/* Initialisation and Core|* Initialisation and Core]]<br/> |
+ | === <translate>Description</translate> === | ||
+ | <translate><br /> | ||
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.<br /> | 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.<br /> | ||
<br /> | <br /> | ||
The locale string returned is a five-character Facebook locale code of the form xx_XX. | The locale string returned is a five-character Facebook locale code of the form xx_XX. | ||
− | <br /> | + | <br /></translate> |
− | < | + | <syntaxhighlight lang="lua"> |
(string) = FBInstant.getLocale() | (string) = FBInstant.getLocale() | ||
− | </ | + | </syntaxhighlight> |
− | '''Returns''' (string) The current locale.<br/> | + | === <translate>Return values</translate> === |
+ | '''<translate>Returns</translate>''' (string) <translate>The current locale.</translate><br/> | ||
+ | |||
+ | {{FBInstant}} |
Latest revision as of 14:27, 13 July 2023
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.
- FBInstant.canCreateShortcutAsync
- FBInstant.checkCanPlayerMatchAsync
- FBInstant.createShortcutAsync
- FBInstant.getEntryPointAsync
- FBInstant.getEntryPointData
- FBInstant.getInterstitialAdAsync
- FBInstant.getLeaderboardAsync
- FBInstant.getLocale
- FBInstant.getPlatform
- FBInstant.getRewardedVideoAsync
- FBInstant.getSDKVersion
- FBInstant.getSupportedAPIs
- FBInstant.logEvent
- FBInstant.matchPlayerAsync
- FBInstant.onPause
- FBInstant.quit
- FBInstant.setLoadingProgress
- FBInstant.setSessionData
- FBInstant.shareAsync
- FBInstant.startGameAsync
- FBInstant.switchGameAsync
- FBInstant.updateAsync