This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
Locale support #1725
Labels
enhancement
Issues related to improving the codebase, the documentation or process within the project
Feature request
Java Faker library has support for multiple locales
Faker faker = new Faker(new Locale("YOUR_LOCALE"));
but this is not used in DataHelix. This is an important feature to gain significant data: names, cities are some examples. Perhaps use system locale or a new parameter to establish the locale...The text was updated successfully, but these errors were encountered: