Provides a way of getting string values from the framework's resource files (files in src/FSharpLint.Framework/Resources/). Used to retrieve multi-lingual strings inside of the app.
Name | Description | |
---|---|---|
Constructors | ||
( .ctor )
Signature: unit -> Resources |
||
Static Members | ||
GetString
Signature: (name:string * culture:CultureInfo) -> string |
Returns the value of the specified string resource for a given culture. |
|
GetString
Signature: name:string -> string |
Returns the value of the specified string resource for the current culture. |