Pchp.Library.Locale.nl_langinfo C# (CSharp) Method

nl_langinfo() public static method

Not supported.
public static nl_langinfo ( int item ) : string
item int
return string
        public static string nl_langinfo(int item)
        {
            throw new NotImplementedException();
        }