SettableGlobalizationSettings.SetStandardBuiltInName

SettableGlobalizationSettings.SetStandardBuiltInName method

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

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

See Also