{
  "typeDocModel": {
    "id": 0,
    "name": "@wix/multilingual-manager",
    "variant": "project",
    "kind": 1,
    "flags": {},
    "children": [
      {
        "id": 10,
        "name": "ResolutionMethod",
        "variant": "declaration",
        "kind": 8,
        "flags": {},
        "comment": {
          "summary": [
            {
              "kind": "text",
              "text": "How site visitors and search engines see a site's URL for the language."
            }
          ]
        },
        "children": [
          {
            "id": 11,
            "name": "QUERY_PARAM",
            "variant": "declaration",
            "kind": 16,
            "flags": {},
            "comment": {
              "summary": [
                {
                  "kind": "text",
                  "text": "Example: "
                },
                {
                  "kind": "code",
                  "text": "`\"https://mysite.com/en?lang=en\"`"
                }
              ]
            },
            "type": {
              "type": "literal",
              "value": "QUERY_PARAM"
            }
          },
          {
            "id": 13,
            "name": "SUBDIRECTORY",
            "variant": "declaration",
            "kind": 16,
            "flags": {},
            "comment": {
              "summary": [
                {
                  "kind": "text",
                  "text": "Example: "
                },
                {
                  "kind": "code",
                  "text": "`\"https://mysite.com/en\"`"
                }
              ]
            },
            "type": {
              "type": "literal",
              "value": "SUBDIRECTORY"
            }
          },
          {
            "id": 12,
            "name": "SUBDOMAIN",
            "variant": "declaration",
            "kind": 16,
            "flags": {},
            "comment": {
              "summary": [
                {
                  "kind": "text",
                  "text": "Example: "
                },
                {
                  "kind": "code",
                  "text": "`\"https://en.mysite.com\"`"
                }
              ]
            },
            "type": {
              "type": "literal",
              "value": "SUBDOMAIN"
            }
          }
        ],
        "groups": [
          {
            "title": "Enumeration Members",
            "children": [
              11,
              13,
              12
            ]
          }
        ]
      },
      {
        "id": 3,
        "name": "Language",
        "variant": "declaration",
        "kind": 256,
        "flags": {},
        "comment": {
          "summary": [
            {
              "kind": "text",
              "text": "Represents a language available on the site.\n\nAn object containing information about a language, including its ID,\ndisplay name, regional format, URL, and whether it's the primary language."
            }
          ]
        },
        "children": [
          {
            "id": 5,
            "name": "displayName",
            "variant": "declaration",
            "kind": 1024,
            "flags": {},
            "comment": {
              "summary": [
                {
                  "kind": "text",
                  "text": "Display name of the language. For example, "
                },
                {
                  "kind": "code",
                  "text": "`\"English\"`"
                },
                {
                  "kind": "text",
                  "text": ", "
                },
                {
                  "kind": "code",
                  "text": "`\"Français\"`"
                },
                {
                  "kind": "text",
                  "text": ", "
                },
                {
                  "kind": "code",
                  "text": "`\"Español\"`"
                },
                {
                  "kind": "text",
                  "text": ", "
                },
                {
                  "kind": "code",
                  "text": "`\"English (Australia)\"`"
                },
                {
                  "kind": "text",
                  "text": "."
                }
              ]
            },
            "type": {
              "type": "union",
              "types": [
                {
                  "type": "intrinsic",
                  "name": "undefined"
                },
                {
                  "type": "intrinsic",
                  "name": "string"
                }
              ]
            }
          },
          {
            "id": 4,
            "name": "id",
            "variant": "declaration",
            "kind": 1024,
            "flags": {},
            "comment": {
              "summary": [
                {
                  "kind": "text",
                  "text": "Language ID. For example, "
                },
                {
                  "kind": "code",
                  "text": "`\"en\"`"
                },
                {
                  "kind": "text",
                  "text": ", "
                },
                {
                  "kind": "code",
                  "text": "`\"fr\"`"
                },
                {
                  "kind": "text",
                  "text": ", "
                },
                {
                  "kind": "code",
                  "text": "`\"es\"`"
                },
                {
                  "kind": "text",
                  "text": ", "
                },
                {
                  "kind": "code",
                  "text": "`\"en-AU\"`"
                },
                {
                  "kind": "text",
                  "text": "."
                }
              ]
            },
            "type": {
              "type": "union",
              "types": [
                {
                  "type": "intrinsic",
                  "name": "undefined"
                },
                {
                  "type": "intrinsic",
                  "name": "string"
                }
              ]
            }
          },
          {
            "id": 8,
            "name": "primary",
            "variant": "declaration",
            "kind": 1024,
            "flags": {},
            "comment": {
              "summary": [
                {
                  "kind": "text",
                  "text": "Whether this is the primary language for the site."
                }
              ]
            },
            "type": {
              "type": "union",
              "types": [
                {
                  "type": "intrinsic",
                  "name": "undefined"
                },
                {
                  "type": "intrinsic",
                  "name": "boolean"
                }
              ]
            }
          },
          {
            "id": 6,
            "name": "regionalFormat",
            "variant": "declaration",
            "kind": 1024,
            "flags": {},
            "comment": {
              "summary": [
                {
                  "kind": "text",
                  "text": "Regional format identifier. For example, "
                },
                {
                  "kind": "code",
                  "text": "`\"en-US\"`"
                },
                {
                  "kind": "text",
                  "text": ", "
                },
                {
                  "kind": "code",
                  "text": "`\"fr-FR\"`"
                },
                {
                  "kind": "text",
                  "text": ", "
                },
                {
                  "kind": "code",
                  "text": "`\"es-ES\"`"
                },
                {
                  "kind": "text",
                  "text": "."
                }
              ]
            },
            "type": {
              "type": "union",
              "types": [
                {
                  "type": "intrinsic",
                  "name": "undefined"
                },
                {
                  "type": "intrinsic",
                  "name": "string"
                }
              ]
            }
          },
          {
            "id": 9,
            "name": "resolutionMethod",
            "variant": "declaration",
            "kind": 1024,
            "flags": {},
            "comment": {
              "summary": [
                {
                  "kind": "text",
                  "text": "How site visitors and search engines see a site's URL for this language."
                }
              ]
            },
            "type": {
              "type": "union",
              "types": [
                {
                  "type": "intrinsic",
                  "name": "undefined"
                },
                {
                  "type": "reference",
                  "target": 10,
                  "name": "ResolutionMethod",
                  "package": "@wix/multilingual-manager"
                }
              ]
            }
          },
          {
            "id": 7,
            "name": "url",
            "variant": "declaration",
            "kind": 1024,
            "flags": {},
            "comment": {
              "summary": [
                {
                  "kind": "text",
                  "text": "Site URL for this language. For example, "
                },
                {
                  "kind": "code",
                  "text": "`\"https://mysite.com/en\"`"
                },
                {
                  "kind": "text",
                  "text": ".\nURLs for sites hosted outside of Wix are also supported."
                }
              ]
            },
            "type": {
              "type": "union",
              "types": [
                {
                  "type": "intrinsic",
                  "name": "undefined"
                },
                {
                  "type": "intrinsic",
                  "name": "string"
                }
              ]
            }
          }
        ],
        "groups": [
          {
            "title": "Properties",
            "children": [
              5,
              4,
              8,
              6,
              9,
              7
            ]
          }
        ]
      },
      {
        "id": 1,
        "name": "listSupportedLanguages",
        "variant": "declaration",
        "kind": 64,
        "flags": {},
        "signatures": [
          {
            "id": 2,
            "name": "listSupportedLanguages",
            "variant": "signature",
            "kind": 4096,
            "flags": {},
            "comment": {
              "summary": [
                {
                  "kind": "text",
                  "text": "Retrieves a list of all languages supported by a site.\n\nLanguages supported on a site are defined in the site's multilingual settings."
                }
              ],
              "blockTags": [
                {
                  "tag": "@returns",
                  "content": [
                    {
                      "kind": "text",
                      "text": "An array of "
                    },
                    {
                      "kind": "code",
                      "text": "`language`"
                    },
                    {
                      "kind": "text",
                      "text": " objects, or an empty array if no languages are available."
                    }
                  ]
                },
                {
                  "tag": "@example",
                  "content": [
                    {
                      "kind": "text",
                      "text": "List supported languages\n"
                    },
                    {
                      "kind": "code",
                      "text": "```typescript\nimport { listSupportedLanguages } from '@wix/site';\n\nconst languages = listSupportedLanguages();\nconsole.log('Available languages:', languages);\n// [\n//   {\n//     id: \"en\",\n//     displayName: \"English\",\n//     regionalFormat: \"en-US\",\n//     url: \"https://mysite.com/en\",\n//     primary: true,\n//     resolutionMethod: \"SUBDIRECTORY\"\n//   },\n//   {\n//     id: \"fr\",\n//     displayName: \"Français\",\n//     regionalFormat: \"fr-FR\",\n//     url: \"https://mysite.com/fr\",\n//     primary: false,\n//     resolutionMethod: \"SUBDIRECTORY\"\n//   }\n// ]\n```"
                    }
                  ]
                }
              ]
            },
            "type": {
              "type": "array",
              "elementType": {
                "type": "reference",
                "target": 3,
                "name": "Language",
                "package": "@wix/multilingual-manager"
              }
            }
          }
        ]
      }
    ],
    "groups": [
      {
        "title": "Enumerations",
        "children": [
          10
        ]
      },
      {
        "title": "Interfaces",
        "children": [
          3
        ]
      },
      {
        "title": "Functions",
        "children": [
          1
        ]
      }
    ],
    "packageName": "@wix/multilingual-manager",
    "symbolIdMap": {}
  },
  "appendices": {},
  "standaloneTypes": {},
  "metadata": {}
}
