---
title: "defaultTable(for:)"
framework: accessibility
role: symbol
role_heading: Type Method
path: "accessibility/axbrailletable/defaulttable(for:)"
---

# defaultTable(for:)

The default table that provides translations for the given locale’s language. Returns nil if there is none.

## Declaration

```swift
class func defaultTable(for locale: Locale) -> AXBrailleTable?
```
