SettableGlobalizationSettings.SetLocalBuiltInName

SettableGlobalizationSettings.SetLocalBuiltInName method

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

public void SetLocalBuiltInName(string standardName, string localName, bool bidirectional)
ParameterTypeDescription
standardNameStringStandard(en-US locale) name text of built-in name.
localNameStringLocale dependent name text
bidirectionalBooleanWhether 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 SetStandardBuiltInName again for the same standard and local names pair

See Also