You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks a lot for the great package!
I would like to filter a list of items whose name is locale specific by checking both the locale specific name and the english name.
I can easily get the locale name wit the tr() funcion, but the english one is inaccessible if the current locale is not english.
I am using a workaround at the moment reading the Json Map of the translation file to get the english name, but it would be great if EasyLocalization allowed to retrieve the translation from a specific locale, for instance with tr(Locale("en")).
I saw there is already a similar [request](here #603)
Please let me know if there is another solution.
Thanks and have a great weekend :)
The text was updated successfully, but these errors were encountered:
Hi all,
thanks a lot for the great package!
I would like to filter a list of items whose name is locale specific by checking both the locale specific name and the english name.
I can easily get the locale name wit the
tr()
funcion, but the english one is inaccessible if the current locale is not english.I am using a workaround at the moment reading the Json Map of the translation file to get the english name, but it would be great if EasyLocalization allowed to retrieve the translation from a specific locale, for instance with
tr(Locale("en"))
.I saw there is already a similar [request](here #603)
Please let me know if there is another solution.
Thanks and have a great weekend :)
The text was updated successfully, but these errors were encountered: