Show / Hide Table of Contents
Editar no GitHub

Class Language

Inheritance
Object
Language
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class Language

Fields

| Improve this Doc View Source

BR

Brazil CultureInfo

Declaration
public static readonly CultureInfo BR
Field Value
Type Description
CultureInfo
| Improve this Doc View Source

ES

Spanish CultureInfo

Declaration
public static readonly CultureInfo ES
Field Value
Type Description
CultureInfo
| Improve this Doc View Source

US

US CultureInfo

Declaration
public static readonly CultureInfo US
Field Value
Type Description
CultureInfo

Properties

| Improve this Doc View Source

Culture

The SDK current CultureInfo

Declaration
public static CultureInfo Culture { get; }
Property Value
Type Description
CultureInfo
| Improve this Doc View Source

SupportedLanguages

The SDK supported languages texts

Declaration
public static List<CultureInfo> SupportedLanguages { get; }
Property Value
Type Description
List<CultureInfo>

Methods

| Improve this Doc View Source

SetCultureInfo(CultureInfo)

Set a static culture info to the SDK, overriding the System current culture info

Declaration
public static void SetCultureInfo(CultureInfo cultureInfo)
Parameters
Type Name Description
CultureInfo cultureInfo
Back to top Copyright © 2015-2020 Lacuna Software