System.Runtime.InteropServices.LCIDConversionAttribute
namespace System.Runtime.InteropServices
{
public sealed class LCIDConversionAttribute : Attribute
{
public int Value { get; }
public LCIDConversionAttribute(int lcid);
}
}