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

    Function getStringEnglish

    • Returns the English (language tag "en") string value of the specified Property from a [[Thing]]. If the Property is not present as a string in English, returns null. If the Property has multiple English string values, returns one of its values.

      Parameters

      • thing: Thing

        The [[Thing]] to read a localised string value from.

      • property: string | Url

        The Property whose localised string value to return.

      Returns null | string

      An English string value for the given Property if present, or null otherwise.

      1.13.0