Module: Sketchup::RegionalSettings
Relationships |
Overview
The RegionalSettings
module contains methods getting information about the user’s locale settings.
Note that when you convert between units and strings you don’t need to parse it yourself and you can instead use String#to_l and Length#to_s.
Class Method Summary
-
.decimal_separator ⇒ String
Returns the decimal character for the current user’s locale.
-
.list_separator ⇒ String
Returns the list separator character for the current user’s locale.
Class Method Details
.decimal_separator ⇒ String
Returns the decimal character for the current user’s locale.
.list_separator ⇒ String
Returns the list separator character for the current user’s locale.