set_standard_built_in_name method

set_standard_built_in_name

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

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

See Also