ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
136 stars 64 forks source link

Add locale support for Data modules #6762

Open SasinduDilshara opened 3 months ago

SasinduDilshara commented 3 months ago

This issue proposes adding locale support to the ballerina/data.json, ballerina/data.xml, ballerina/data.yaml, ballerina/data.toml modules. The goal is to enable developers to perform input/output operations (like printing messages) while considering the user's preferred language and formatting conventions.

Advantages:

Improved user experience by presenting information in the user's preferred language. Enhanced internationalization capabilities for Ballerina applications.