Can I change the content in another language website from admin backendHow to change the Admin session time in Magento?Third party extension - LanguageHow do I change the front-end default language? 1.7.0.2How to change the order of Magento backend menuM2 - Change admin login languageHow to add phtml file content after the form content in backendCan I change Admin Password directly from… Please HELP!How do I change the front-end language in Magento 1.9.3.6?How can I add New language in magento 2 admin panel Locale Options?Magento 2.3.0 does not change the language
Giving feedback to someone without sounding prejudiced
Why is the principal energy of an electron lower for excited electrons in a higher energy state?
Can you identify this lizard-like creature I observed in the UK?
Would a primitive species be able to learn English from reading books alone?
Why does the Persian emissary display a string of crowned skulls?
Does Doodling or Improvising on the Piano Have Any Benefits?
Given this phrasing in the lease, when should I pay my rent?
Why the "ls" command is showing the permissions of files in a FAT32 partition?
Is there a distance limit for minecart tracks?
Why didn’t Eve recognize the little cockroach as a living organism?
Proving an identity involving cross products and coplanar vectors
Do I have to know the General Relativity theory to understand the concept of inertial frame?
Grepping string, but include all non-blank lines following each grep match
How to get directions in deep space?
Should I assume I have passed probation?
Language involving irrational number is not a CFL
Should I warn new/prospective PhD Student that supervisor is terrible?
How to test the sharpness of a knife?
Sigmoid with a slope but no asymptotes?
What does "tick" mean in this sentence?
How do I fix the group tension caused by my character stealing and possibly killing without provocation?
How do I Interface a PS/2 Keyboard without Modern Techniques?
Echo with obfuscation
How do you justify more code being written by following clean code practices?
Can I change the content in another language website from admin backend
How to change the Admin session time in Magento?Third party extension - LanguageHow do I change the front-end default language? 1.7.0.2How to change the order of Magento backend menuM2 - Change admin login languageHow to add phtml file content after the form content in backendCan I change Admin Password directly from… Please HELP!How do I change the front-end language in Magento 1.9.3.6?How can I add New language in magento 2 admin panel Locale Options?Magento 2.3.0 does not change the language
I want to ask if there is a possibility that I can change the content in another language website using admin back-end instead of developer back-end (code)?
magento2 admin backend language
add a comment |
I want to ask if there is a possibility that I can change the content in another language website using admin back-end instead of developer back-end (code)?
magento2 admin backend language
add a comment |
I want to ask if there is a possibility that I can change the content in another language website using admin back-end instead of developer back-end (code)?
magento2 admin backend language
I want to ask if there is a possibility that I can change the content in another language website using admin back-end instead of developer back-end (code)?
magento2 admin backend language
magento2 admin backend language
edited yesterday
ABHISHEK TRIPATHI
1,9451726
1,9451726
asked yesterday
oofssup13oofssup13
403
403
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Yes you can do it from the admin panel but there are some limitations for it that is you can change most of the content from the admin on the basis of website/store_views
but you can't change all of them from the back-end.
Here I am listing the things that you can have in different languages by doing some changes from the back-end.
CMS page -> You can create different pages with same URL & identifier but different store_view & can use it with the different content/language
CMS Block -> You can have different blocks with different identifiers & different language/content & can call it to the phtml file or CMS pages on the basis of store view.
Product Name & other content -> You can have same product with different name, description, short description, other custom attribute label & value (if they are allowed to have different value on the basis of store view)
Category Name & other content -> You can have category name & other category attributes in different language on the basis of store view.
Email Templates -> You can have email templates in different language based on the store_view.
Here I am listing the things that you can't have in different language from the admin-panel.
- The HTML elements of the front'end like button value, tabs value, default form field labels, etc.
- Almost entire cart & checkout page.
- Customer dashboard section.
- Product review section & field values.
- Those attributes which are not allowed to have different values on the basis of store_views.
thank you so much for this info!! now i have a clear picture of how magento 2 admin and developer backend works even more .
– oofssup13
22 hours ago
You are always welcome! Happy to help! :)
– ABHISHEK TRIPATHI
21 hours ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266587%2fcan-i-change-the-content-in-another-language-website-from-admin-backend%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes you can do it from the admin panel but there are some limitations for it that is you can change most of the content from the admin on the basis of website/store_views
but you can't change all of them from the back-end.
Here I am listing the things that you can have in different languages by doing some changes from the back-end.
CMS page -> You can create different pages with same URL & identifier but different store_view & can use it with the different content/language
CMS Block -> You can have different blocks with different identifiers & different language/content & can call it to the phtml file or CMS pages on the basis of store view.
Product Name & other content -> You can have same product with different name, description, short description, other custom attribute label & value (if they are allowed to have different value on the basis of store view)
Category Name & other content -> You can have category name & other category attributes in different language on the basis of store view.
Email Templates -> You can have email templates in different language based on the store_view.
Here I am listing the things that you can't have in different language from the admin-panel.
- The HTML elements of the front'end like button value, tabs value, default form field labels, etc.
- Almost entire cart & checkout page.
- Customer dashboard section.
- Product review section & field values.
- Those attributes which are not allowed to have different values on the basis of store_views.
thank you so much for this info!! now i have a clear picture of how magento 2 admin and developer backend works even more .
– oofssup13
22 hours ago
You are always welcome! Happy to help! :)
– ABHISHEK TRIPATHI
21 hours ago
add a comment |
Yes you can do it from the admin panel but there are some limitations for it that is you can change most of the content from the admin on the basis of website/store_views
but you can't change all of them from the back-end.
Here I am listing the things that you can have in different languages by doing some changes from the back-end.
CMS page -> You can create different pages with same URL & identifier but different store_view & can use it with the different content/language
CMS Block -> You can have different blocks with different identifiers & different language/content & can call it to the phtml file or CMS pages on the basis of store view.
Product Name & other content -> You can have same product with different name, description, short description, other custom attribute label & value (if they are allowed to have different value on the basis of store view)
Category Name & other content -> You can have category name & other category attributes in different language on the basis of store view.
Email Templates -> You can have email templates in different language based on the store_view.
Here I am listing the things that you can't have in different language from the admin-panel.
- The HTML elements of the front'end like button value, tabs value, default form field labels, etc.
- Almost entire cart & checkout page.
- Customer dashboard section.
- Product review section & field values.
- Those attributes which are not allowed to have different values on the basis of store_views.
thank you so much for this info!! now i have a clear picture of how magento 2 admin and developer backend works even more .
– oofssup13
22 hours ago
You are always welcome! Happy to help! :)
– ABHISHEK TRIPATHI
21 hours ago
add a comment |
Yes you can do it from the admin panel but there are some limitations for it that is you can change most of the content from the admin on the basis of website/store_views
but you can't change all of them from the back-end.
Here I am listing the things that you can have in different languages by doing some changes from the back-end.
CMS page -> You can create different pages with same URL & identifier but different store_view & can use it with the different content/language
CMS Block -> You can have different blocks with different identifiers & different language/content & can call it to the phtml file or CMS pages on the basis of store view.
Product Name & other content -> You can have same product with different name, description, short description, other custom attribute label & value (if they are allowed to have different value on the basis of store view)
Category Name & other content -> You can have category name & other category attributes in different language on the basis of store view.
Email Templates -> You can have email templates in different language based on the store_view.
Here I am listing the things that you can't have in different language from the admin-panel.
- The HTML elements of the front'end like button value, tabs value, default form field labels, etc.
- Almost entire cart & checkout page.
- Customer dashboard section.
- Product review section & field values.
- Those attributes which are not allowed to have different values on the basis of store_views.
Yes you can do it from the admin panel but there are some limitations for it that is you can change most of the content from the admin on the basis of website/store_views
but you can't change all of them from the back-end.
Here I am listing the things that you can have in different languages by doing some changes from the back-end.
CMS page -> You can create different pages with same URL & identifier but different store_view & can use it with the different content/language
CMS Block -> You can have different blocks with different identifiers & different language/content & can call it to the phtml file or CMS pages on the basis of store view.
Product Name & other content -> You can have same product with different name, description, short description, other custom attribute label & value (if they are allowed to have different value on the basis of store view)
Category Name & other content -> You can have category name & other category attributes in different language on the basis of store view.
Email Templates -> You can have email templates in different language based on the store_view.
Here I am listing the things that you can't have in different language from the admin-panel.
- The HTML elements of the front'end like button value, tabs value, default form field labels, etc.
- Almost entire cart & checkout page.
- Customer dashboard section.
- Product review section & field values.
- Those attributes which are not allowed to have different values on the basis of store_views.
answered yesterday
ABHISHEK TRIPATHIABHISHEK TRIPATHI
1,9451726
1,9451726
thank you so much for this info!! now i have a clear picture of how magento 2 admin and developer backend works even more .
– oofssup13
22 hours ago
You are always welcome! Happy to help! :)
– ABHISHEK TRIPATHI
21 hours ago
add a comment |
thank you so much for this info!! now i have a clear picture of how magento 2 admin and developer backend works even more .
– oofssup13
22 hours ago
You are always welcome! Happy to help! :)
– ABHISHEK TRIPATHI
21 hours ago
thank you so much for this info!! now i have a clear picture of how magento 2 admin and developer backend works even more .
– oofssup13
22 hours ago
thank you so much for this info!! now i have a clear picture of how magento 2 admin and developer backend works even more .
– oofssup13
22 hours ago
You are always welcome! Happy to help! :)
– ABHISHEK TRIPATHI
21 hours ago
You are always welcome! Happy to help! :)
– ABHISHEK TRIPATHI
21 hours ago
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266587%2fcan-i-change-the-content-in-another-language-website-from-admin-backend%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown