diff --git a/website/versioned_docs/version-0.81/i18nmanager.md b/website/versioned_docs/version-0.81/i18nmanager.md index 66841b845d4..74834948422 100644 --- a/website/versioned_docs/version-0.81/i18nmanager.md +++ b/website/versioned_docs/version-0.81/i18nmanager.md @@ -117,6 +117,12 @@ static doLeftAndRightSwapInRTL: boolean; A boolean value indicating whether left and right style properties should be automatically swapped when in RTL mode. When enabled, left becomes right and right becomes left in RTL layouts. +**Important Notes:** + +- doLeftAndRightSwapInRTL is `true` by default. This can be set to `false` with `swapLeftAndRightinRTL()`. +- Does only affect `marginLeft` / `marginRight` / `paddingLeft` / `paddingRight` / `borderLeftWidth` / `borderRightWidth` +- Does not affect position (relative/absolute) `left` / `right` + ## Methods ### `allowRTL()`