-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Localization (i18n) not available for inputs/buttons on the grid filtering dialog #2517
Comments
@gdayori we are waiting for runtime localization feature of Angular to be implemented in order to use it. This is the issue in the angular repository, and as I see they are currently working on it (5 day comment), the runtime part is done without the the compliler part yet. |
@bkulov please start working on this Issue from Monday. |
I know the pipe makes the translation but how can I change the locale from "en-US" to another. the locale must be declared in the HTML as attribute?. thank you in advance |
@juancarlosbaezpozos Note that this feature is still in development. Angular have some tools to provide localization but only for client applications and not for components. So we are going to implement a temporary solution for the time being. For more info take a look at the following article. Note that we will be using only the DI token and not the whole Angular localization process. Once done we will provide an extensive documentation with samples how the localization could be done. |
@bkulov do we consider this issue as completed? |
@zdrawku Not yet. We're working on a separate repo containing the localized string resources for JA and JP. When it's done I'll close this issue. |
This is the documentation we have for the localization: |
Description
Localization (i18n) not available for inputs/buttons on the grid filtering dialog, for example "value" (null text for inputs), "AND", "OR", "RESET" and "CLOSE".
Steps to reproduce
Please see the attached image.
Result
No way to localize some text on the filter dialog.
Expected result
Text on the filter dialog can be localized.
Attachments
The text was updated successfully, but these errors were encountered: