numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
20 stars 7 forks source link

Function for accessing the user's current language #32

Closed numeredev closed 1 year ago

numeredev commented 1 year ago

DESCRIPTION

What does your feature request improve on? Please describe. Writing generic packages require now that we either create that in English only or let the user decide upon the used language (which requires additional overhead). Having a function to access the user's installed language, would make this a bit easier.

Describe the solution you'd like Create a function getuilang() -> STR, which shall return the language codes like de-DE or en-GB of the current used and installed language.

Additional context Add any other context or screenshots about the feature request here.

(Do not write below this line)


DEVS' SECTION

ANALYSIS

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST