Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
850 Lượt xem

I have a set of Push notification messages in different languages (all in po files). I want to send push message depending on user's active token field with language preference. 

I can make it via dict like this:

messages = {'msg 1': {"en": "...", "it": "....", "es": "..."}, ...}

and then get right translation message.get("msg 1").get(lang_code) but assume this might be a double work when translations present in po files.

Is it possible to somehow get right translation via po file without use of dictionary?

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Hi Niyas,

No, I am not reading a data from the model field.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi,
If you are reading data from a field, you can pass the language in the context and get the translated field view, for that you can do as follows:  record.with_context(lang='fr_FR').name

Thanks

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 6 25
1948
3
thg 7 25
3540
1
thg 5 25
1661
1
thg 5 25
1896
4
thg 5 25
3030