GetCultureInfo |
Scroll |
Gets a copy of the currently used culture info.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetCultureInfo ()As ITheCultureInfo C# public virtual ITheCultureInfo GetCultureInfo ()
Parameters None.
Return Value A copy of the currently used TheCultureInfo. When changes are made to the returned object, the changes are only applied by setting it with SetCultureInfo. |
|