Function Module_admin_lang->find_lang_matches
Definitions
adminzone/pages/modules/admin_lang.php
- Finds equivalents for a given string, in a different language, by automatic searching of codes and content.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$old | string | required parameter | N/A | N/A | The language string we are searching for the equivalent of |
$lang | LANGUAGE_NAME | required parameter | N/A | N/A | The language we want an equivalent in |
Return
- The match (or blank if no match can be found)
- Type: string
- Set: N/A
- Range: N/A