TLocalizer.SetCurrentThreadLanguage Method
Sets the current thread language to the specified locale.
Syntax
Unit: Bcl.Lang
class procedure TLocalizer.SetCurrentThreadLanguage(const LocaleName: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | LocaleName | string | The locale name to set for the current thread. |