Class ResourcesDuo
- Namespace
- SunamoLang.SunamoI18N
- Assembly
- SunamoLang.dll
A strongly-typed resource class, for looking up localized strings, etc.
public class ResourcesDuo
- Inheritance
-
ResourcesDuo
- Inherited Members
- Extension Methods
Constructors
ResourcesDuo()
Initializes a new instance of the ResourcesDuo class.
[SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
public ResourcesDuo()
Properties
Culture
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
public static CultureInfo Culture { get; set; }
Property Value
Html5BoilerplateEnd
Looks up a localized string similar to </body> </html>.
public static string Html5BoilerplateEnd { get; }
Property Value
Html5BoilerplateMiddle
Looks up a localized string similar to </head> <body> <!--[if lt IE 7]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p> <![endif]-->.
public static string Html5BoilerplateMiddle { get; }
Property Value
Html5BoilerplateStart
Looks up a localized string similar to <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=devi [rest of string was truncated]";.
public static string Html5BoilerplateStart { get; }
Property Value
ResourceManager
Returns the cached ResourceManager instance used by this class.
public static ResourceManager ResourceManager { get; }
Property Value
sunamo_cs_CZ_min
Looks up a localized resource of type System.Byte[].
public static byte[] sunamo_cs_CZ_min { get; }
Property Value
- byte[]
sunamo_en_US_min
Looks up a localized resource of type System.Byte[].
public static byte[] sunamo_en_US_min { get; }
Property Value
- byte[]