Package.GetProviderLocale Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the locale of the environment.
public:
int GetProviderLocale();
public:
int GetProviderLocale();
int GetProviderLocale();
public int GetProviderLocale ();
member this.GetProviderLocale : unit -> int
Public Function GetProviderLocale () As Integer
Returns
Returns the locale identifier for the service provider.
Remarks
This method is safe to access from any thread.