Document-module: Ferret
See the README
Returns a string corresponding to the locale set. For example;
puts Ferret.locale #=> "en_US.UTF-8"
Set the global locale. You should use this method to set different locales when indexing documents with different encodings.
[Validate]