UtilCultureSetCurrentCulture(String) Method
Sets the culture of the current thread.
Namespace: DevCase.Core.Application.GlobalizationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void SetCurrentCulture(
string name
)
public:
static void SetCurrentCulture(
String^ name
)
static member SetCurrentCulture :
name : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- name String
-
The culture name (eg. "en-US").
This is a code example.
No code example is currently available or this language may not be supported.
SetCurrentCulture("en-US")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.