set_local_function_name method

set_local_function_name

Sets the locale dependent function name corresponding to given standard function name.

def set_local_function_name(self, standard_name, local_name, bidirectional):
    ...
ParameterTypeDescription
standard_namestrStandard(en-US locale) function name.
local_namestrLocale dependent function name
bidirectionalboolWhether map the local function name to standard function name automatically.
If true, the local name will be mapped to standard name automatically
so user does not need to call SettableGlobalizationSettings.set_standard_function_name again
for the same standard and local names pair

See Also