@inrupt/solid-client
    Preparing search index...

    Function getStringByLocaleAll

    • Returns all localized string values mapped by the locales for the specified property from the specified [[Thing]] (explicitly filters out non-language string literals).

      Parameters

      • thing: Thing

        The [[Thing]] to read the localised string values from.

      • property: string | Url

        The Property whose localised string values to return.

      Returns Map<string, string[]>

      A Map of objects, keyed on locale with the value an array of string values (for that locale).