native
SetGlobalTransTarget
Syntax
native SetGlobalTransTarget(client);
Description
Sets the global language target.
Parameters
| client | Client index or LANG_SERVER |
|---|
Note
This is useful for creating functions
that will be compatible with the %l format specifier. Note that invalid
indexes can be specified but the error will occur during translation,
not during this function call.
Return
This function has no return value.