* Added FormatProvider to Culture
parent
23eeeaae03
commit
e7869d0666
|
@ -18,6 +18,14 @@ namespace OpenSim.Framework
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static IFormatProvider FormatProvider
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return m_cultureInfo;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public static void SetCurrentCulture()
|
public static void SetCurrentCulture()
|
||||||
{
|
{
|
||||||
Thread.CurrentThread.CurrentCulture = m_cultureInfo;
|
Thread.CurrentThread.CurrentCulture = m_cultureInfo;
|
||||||
|
|
Loading…
Reference in New Issue