Skip to main content
Filter by
Sorted by
Tagged with
1 vote
2 answers
3k views

I'm using the p-datepicker component but I would like to translate it into French and Spanish. How can I do this in Angular/Primeng 19?
ViniciusDevelopment's user avatar
0 votes
1 answer
154 views

i am using ng-mocks and want to test an angular component which uses translations. i would love to use the .withTranslation to respect the language file structure. but yet i've not found a way to use ...
Constantin Müller's user avatar
1 vote
0 answers
43 views

I am trying to add the "translate" attribute (https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/translate) to my HTML elements in my angularjs (v1) app which also has ...
Paul's user avatar
  • 2,574
0 votes
2 answers
109 views

In mat-table I have API for getting column names, aligns and etc. After getting column names from backend, I put column name in translate pipe for internationalization. But, I do not want to use ...
Saidazim Abdukhamidov's user avatar
0 votes
1 answer
455 views

I have two .html files that use the same translation i18n="@@MY_TRANSLATION". Is it okay to use the same i18n in two different files, or even the text is the same I do need to use different ...
user10608855's user avatar
0 votes
0 answers
47 views

I want to add a character limit and I did this: but it shows an error by "invalid" last line <mat-form-field class="fbinput" appearance="outline" style="white-...
SH Dgl's user avatar
  • 1
0 votes
1 answer
492 views

I init the first time my $translateProvider as this: app.config(["$translateProvider", function ($translateProvider) { $translateProvider.translations('en', translate_EN); $...
RedTenZ's user avatar
  • 11
0 votes
1 answer
2k views

I'm struggling with design of i18n handling, what should we do after a user has changed the language? Reload the browser with the selected language Dynamically update the labels and other ...
huan feng's user avatar
  • 8,704
0 votes
2 answers
664 views

My goal is to minimize the code using the Angular translate pipe. Currently, I have to use 8 curly brackets and write "translate" twice... a better way must exist. My current code looks like:...
jorit's user avatar
  • 127
1 vote
0 answers
1k views

I have a JSON file with static data that I want to translate it. { "id": "", "name": "text", "label": "Text&...
Andrei Kruza's user avatar
0 votes
0 answers
242 views

How to translate ng2-smart-table action columnTitle and action title. I was trying to resolve translation issue for Acknowledgement, But still not sure why it isn't working violationSettings:any = {}; ...
Jasvender singh's user avatar
0 votes
1 answer
640 views

Lets say i have mat tam created like this <mat-tab-group> <mat-tab label="nameToBeTranslated"> </mat-tab> </mat-tab-group> How can i translate that label?
user avatar
6 votes
1 answer
2k views

Is there a way to translate css selectors(::after, ::before) content using ngx-translate ? .custom-file-label::after { content: "Browse" }
Dhibin Dinesh's user avatar
0 votes
0 answers
68 views

I want to load multiple languages translation files in one module. I have come across Multihttploader Will it be good to use Multihttploader on big application?
Aishwarya Bharadwaj's user avatar
2 votes
2 answers
3k views

I am trying to feed the translation key-value pair in my system through a JSON file stored in a server. The server has a file named "en.json". What I have currently done: App Module Imports: ...
Atul Stha's user avatar
  • 1,534

15 30 50 per page
1
2 3 4 5
49