get_localized_name
Description:
public string get_localized_name (
int i)
throws Error
Get the name of the 'i
-th' action invocable on an object implementing
Action.
Parameters:
this |
a pointer to the Action implementor to query.
|
i |
an integer indicating which action to query.
|
Returns:
the name of the action, as a UTF-8 string.
|