Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Groophy-Inc/Groophy.LangPackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LangPackage

NuGet version (Groophy.LangPackage)

Source Code

Usage

We create a class varriable

Lang l = new Lang();

After read lang file

l.ReadLang("C:\\Users\\<username>\\Desktop\\test.lang");
//BatchIDE=Groophy.Inc
//bat=kvc/*owner of batch-man*/

Lastly get value

l["<PropertiesName>"]

Console.WriteLine(l["BatchIDE"] + " - " + l["bat"]);
//Groophy.Inc - kvc

Note

/* = start comment

*/ = end comment

bat=kvc/*owner of batch-man*/

Lang["bat"] = kvc

Sample

Lang l = new Lang();
l.ReadLang("C:\\Users\\<username>\\Desktop\\test.lang");
//BatchIDE=Groophy.Inc
//bat=kvc/*owner of batch-man*/

Console.WriteLine(l["BatchIDE"] + " - " + l["bat"]);
//Groophy.Inc - kvc

Console.ReadKey();

~Groophy Lifefor

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages