System.Globalization.Localization.Localization C# (CSharp) Method

Localization() public method

Creates a new Localization, populated from a .po file at the supplied filePath
public Localization ( string filePath ) : System
filePath string
return System
        public Localization(string filePath)
            : this()
        {
            LoadFromFile(filePath);
        }

Same methods

Localization::Localization ( ) : System
Localization::Localization ( string filePath, bool loadComments ) : System