mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
more on culture issues
This commit is contained in:
@@ -52,5 +52,15 @@ namespace OpenSim.Framework
|
||||
{
|
||||
Thread.CurrentThread.CurrentCulture = m_cultureInfo;
|
||||
}
|
||||
|
||||
public static void SetDefaultCurrentCulture()
|
||||
{
|
||||
CultureInfo.DefaultThreadCurrentCulture = m_cultureInfo;
|
||||
}
|
||||
|
||||
public static CultureInfo GetDefaultCurrentCulture()
|
||||
{
|
||||
return CultureInfo.DefaultThreadCurrentCulture;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user