From ad5328d28f33a3b358f1a0204fc3348c2a4a96f0 Mon Sep 17 00:00:00 2001 From: Abdullah Al-Faqeir Date: Sat, 21 Sep 2024 15:24:41 +0300 Subject: [PATCH] Update apidoc/Titanium/Locale/Locale.yml Co-authored-by: Michael Gangolf --- apidoc/Titanium/Locale/Locale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apidoc/Titanium/Locale/Locale.yml b/apidoc/Titanium/Locale/Locale.yml index 90f69264006..f66309782a9 100644 --- a/apidoc/Titanium/Locale/Locale.yml +++ b/apidoc/Titanium/Locale/Locale.yml @@ -242,7 +242,7 @@ properties: description: | This property holds the values of Android's Per-app languages which is an array of defined Per-app languages, if no languages defined, an empty array will be returned. You can set the value of it like this `en-US,en-GB,ar-SA`. - This property requires android API 33 and above. + This property requires Android API level 33 and above. See the [Android's Per-app languages](https://developer.android.com/guide/topics/resources/app-languages). type: Array since: "12.6.0"