New CultureInfo(String inf) : CultureInfo « System.Globalization « VB.Net by API






New CultureInfo(String inf)

  


Imports System
Imports System.Data
Imports System.Globalization
Imports System.Threading

public class Test
   public Shared Sub Main
        Thread.CurrentThread.CurrentCulture = New CultureInfo("de-DE")
        Thread.CurrentThread.CurrentUICulture = New CultureInfo("de-DE")

   End Sub
End class

   
    
  








Related examples in the same category

1.CultureInfo.DateTimeFormat
2.CultureInfo.GetCultures
3.CultureInfo.NumberFormat