i18n_is_ready()
The i18n_is_ready() function is used to check if the GM-I18n system already load all of the initialized locale files.
This function can only be used after the i18n_create() function is called.
Syntax
Usage
i18n_is_ready([i18n]);
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| i18n | Boolean | I18n | false | The I18n struct reference, or leave it empty to use the global i18n struct. |
Returns
Boolean
Examples
Create Event
// assume the system is initialized on global variable
Table of Contents