set_standard_function_name method

set_standard_function_name

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

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

See Also