ftos.identity.users.changeCulture
(FintechOS 24.3.2 and later)
Changes the localization of the user interface for the current user.
Syntax
Copy
ftos.identity.users.changeCulture(cultureName : string): boolean;
| Parameter | Type | Description |
|---|---|---|
cultureName
|
string | The .NET culture code of the desired localization. Make sure that the corresponding culture has been added to the available languages. |
Return Value
Returns true in case of success or false in case of failure or if the respective culture has already been set for the current user.