i18n_get_ref_message()
Internal The i18n_get_ref_message() function is used to track and get the valid reference you created using the i18n_create_ref_message() function.
This function can only be used after the i18n_create() function is called.
Syntax
Usage
i18n_get_ref_message(index, [i18n]);
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| index | Number | The index of the reference you want to get. | |
| i18n | Boolean | I18n | false | The I18n struct reference, or leave it empty to use the global i18n struct. |
Returns
Instance,Struct, or"global"
This function is used internally by the
i18n_update_refs()function. You don't need to use this function directly, unless you know what you're doing.Table of Contents