Example #1
0
        public static void Build(
            string cldrPath,
            string ncldrPath,
            NCldrBuilderProgressEventHandler progress = null,
            NCldrBuilderOptions options = null)
        {
            INCldrFileDataSource dataSource = new NCldrBinaryFileDataSource();
            dataSource.NCldrDataPath = ncldrPath;

            Build(cldrPath, dataSource, progress, options);
        }
Example #2
0
        public static void Build(
            string cldrPath,
            string ncldrPath,
            NCldrBuilderProgressEventHandler progress = null,
            NCldrBuilderOptions options = null)
        {
            INCldrFileDataSource dataSource = new NCldrBinaryFileDataSource();

            dataSource.NCldrDataPath = ncldrPath;

            Build(cldrPath, dataSource, progress, options);
        }