Variable FireOptions.locale

Locale of environment. Empty by default.

struct FireOptions
{
  // ...
  string locale ;
  // ...
}