FCString parameter in getters is optional and if omitted, the result will be returned as a Lua string.fcmui.GetDecimalSeparator(self, str)
[?Fluid] [Override]
Override Changes:
FCString is optional. If omitted, the result is returned as a Lua string. If passed, nothing is returned and the method is fluid.| Input | Type | Description |
|---|---|---|
self |
FCMUI |
|
str (optional) |
FCString |
| Return type | Description |
|---|---|
string |
fcmui.GetUserLocaleName(self, str)
[?Fluid] [Override]
Override Changes:
FCString is optional. If omitted, the result is returned as a Lua string. If passed, nothing is returned and the method is fluid.| Input | Type | Description |
|---|---|---|
self |
FCMUI |
|
str (optional) |
FCString |
| Return type | Description |
|---|---|
string |
fcmui.AlertErrorLocalized(self, message_key, title_key)
[Fluid]
Displays a localized error message.
| Input | Type | Description |
|---|---|---|
self |
FCMControl |
|
message_key |
string |
The key into the localization table. If there is no entry in the appropriate localization table, the key is the message. |
title_key |
string |
The key into the localization table. If there is no entry in the appropriate localization table, the key is the title. |