আপনাকে বর্তমান শেলটিতে LANG ভেরিয়েবল পরিবর্তন করতে হবে।
রাখুন
export LANG=en_US.UTF-8
আপনার শেল আরসি ফাইলে (এটি ব্যাশের জন্য ~/.bashrc
) এবং টার্মিনাল সেশনটি পুনরায় আরম্ভ করুন (বা কেবল আরসি ফাইলের সাথে আরও একবার সময় উত্সাহিত করুন source ~/.bashrc
বা এর সাথে কেবল পুনরায় আরম্ভ করুন exec bash
)
দ্রষ্টব্য, আপনাকে আগে এই লোকেলটি তৈরি করতে হবে।
এছাড়াও আপনি ব্যবহার করতে পারেন export LANG=C
।
এছাড়াও অন্যান্য ল্যাং ভেরিয়েবল রয়েছে (ম্যান বাশ থেকে):
LANG Used to determine the locale category for any category not
specifically selected with a variable starting with LC_.
LC_ALL This variable overrides the value of LANG and any other LC_
variable specifying a locale category.
LC_COLLATE
This variable determines the collation order used when sorting
the results of pathname expansion, and determines the behavior
of range expressions, equivalence classes, and collating
sequences within pathname expansion and pattern matching.
LC_CTYPE
This variable determines the interpretation of characters and
the behavior of character classes within pathname expansion and
pattern matching.
LC_MESSAGES
This variable determines the locale used to translate double-
quoted strings preceded by a $.
LC_NUMERIC
This variable determines the locale category used for number
formatting.
export LANGUAGE=English