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

    Function getStringWithLocaleAll

    • Returns the localized string values of the specified Property from a [[Thing]]. If the Property is not present, returns an empty array. If the Property's value is not a string of the specified locale, omits that value in the array.

      Parameters

      • thing: Thing

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

      • property: string | Url

        The Property whose localised string values to return.

      • locale: string

        The desired locale for the string values.

      Returns string[]

      An array of localised string values for the given Property.