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.
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.