• Lexical
Show / Hide Table of Contents
  • Lexical.FileSystem
    • Introduction
    • Abstractions
      • IFileSystem
        • IFileSystem
        • IFileSystemBrowse
        • IFileSystemCreateDirectory
        • IFileSystemDelete
        • IFileSystemFileAttribute
        • IFileSystemMount
        • IFileSystemMove
        • IFileSystemObserve
        • IFileSystemOpen
      • IEvent
      • IEntry
      • IOption
      • IToken
    • FileSystem
    • VirtualFileSystem
    • MemoryFileSystem
    • EmbeddedFileSystem
    • HttpFileSystem
    • Decoration
    • IFileProvider
    • Utility
      • DisposeList
      • FileScanner
      • VisitTree
      • File Operation
  • Lexical.FileProvider
    • Introduction
    • Package
    • Package.Abstractions
    • Root
    • Zip
    • Dll
    • SharpCompress
    • SharpZipLib
    • FileScanner
    • Utils
  • Lexical.Localization
    • Introduction
    • Tutorial
    • Asset
      • IAsset
      • IStringAsset
    • Line
      • ILine
      • ILineFactory
      • ILineRoot
      • ILineFormat
      • ILineLogger
      • LineComparer
    • File
      • ILineReader
      • ILineWriter
      • Ini
      • Json
      • Xml
      • Resx
      • Resources
    • Miscellaneous
      • Plurality
      • ICulturePolicy
      • IStringFormat
      • Dependency Injection
    • Practices
      • Class Library
      • Class Library DI
      • Class Library DI opt.
  • Lexical.Utilities
    • Introduction
    • UnicodeString
    • FileScanner
    • Permutation
    • Tuples
    • StructList

Command-Line Tool

Download the Lexical.Localization.Tool.

The .zip contains two command-line versions.

  • Lexical.Localization.Tool.exe
  • Lexical.Localization.Tool.dll

.NET Framework version is Lexical.Localization.Tool.exe.

On windows install .NET Framework 4.7.1, and then open command line prompt (cmd.exe).

C:\Users\username> Lexical.Localization.Tool.exe -h

On linux install mono-complete.

$ sudo apt install mono-complete
$ mono Lexical.Localization.Tool.exe -h



.NET Core version is contains two files:

  • Lexical.Localization.Tool.dll
  • Lexical.Localization.Tool.runtimeconfig.json

Install .NET Core 2.2 for your operating system, and run.

$ dotnet Lexical.Localization.Tool.dll -h
Back to top Copyright © 2015-2020 Toni Kalajainen