set_local_built_in_name method

set_local_built_in_name

Sets the locale dependent text for the built-in name with given standard name text.

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

See Also