Smart Localization  2.3
SmartLocalization.SmartCultureInfo Class Reference

A serializable class containing the basic information about a culture. More...

Public Member Functions

 SmartCultureInfo ()
 Creates a new instance of SmartCultureInfo More...
 
 SmartCultureInfo (string languageCode, string englishName, string nativeName, bool isRightToLeft)
 Creates a new instance of SmartCultureInfo More...
 
override string ToString ()
 

Public Attributes

string languageCode = null
 The language code of the culture. (e.g. sv, en, de, fr) More...
 
string englishName = null
 The english name of the culture More...
 
string nativeName = null
 The native name of the culture More...
 
bool isRightToLeft = false
 If the language is written and read from right to left More...
 

Detailed Description

A serializable class containing the basic information about a culture.

Constructor & Destructor Documentation

SmartLocalization.SmartCultureInfo.SmartCultureInfo ( )

Creates a new instance of SmartCultureInfo

SmartLocalization.SmartCultureInfo.SmartCultureInfo ( string  languageCode,
string  englishName,
string  nativeName,
bool  isRightToLeft 
)

Creates a new instance of SmartCultureInfo

Parameters
languageCodeThe language code of the culture. (e.g. sv, en, de, fr)
englishNameThe english name of the culture
nativeNameThe native name of the culture

Member Data Documentation

string SmartLocalization.SmartCultureInfo.englishName = null

The english name of the culture

bool SmartLocalization.SmartCultureInfo.isRightToLeft = false

If the language is written and read from right to left

string SmartLocalization.SmartCultureInfo.languageCode = null

The language code of the culture. (e.g. sv, en, de, fr)

string SmartLocalization.SmartCultureInfo.nativeName = null

The native name of the culture


The documentation for this class was generated from the following file: