([API Page](https://projectfluent.org/python-fluent/fluent.runtime/stable/reference.html)) Present in constructors of `FluentLocalization` and `FluentBundle`, the `use_isolating` parameter is not explained. It does not seem to be used either: [`FluentLocalization` delegates it to `FluentBundle`](https://projectfluent.org/python-fluent/fluent.runtime/stable/_modules/fluent/runtime/fallback.html#FluentLocalization), and [`FluentBundle` doesn't use it for anything](https://projectfluent.org/python-fluent/fluent.runtime/stable/_modules/fluent/runtime/bundle.html#FluentBundle) (except that `FluentBundle` passes `self` to `ResolverEnvironment`, which may expose `self.use_isolating`, but I did not check further). In addition, the default value of `use_isolating` in `FluentLocalization` constructor is `False`, while in `FluentBundle`'s it is `True`.